mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-03 17:52:18 +01:00
13 lines
238 B
TOML
13 lines
238 B
TOML
|
[package]
|
||
|
name = "example-templates"
|
||
|
version = "0.1.0"
|
||
|
edition = "2018"
|
||
|
publish = false
|
||
|
|
||
|
[dependencies]
|
||
|
axum = { path = "../.." }
|
||
|
tokio = { version = "1.0", features = ["full"] }
|
||
|
tracing = "0.1"
|
||
|
tracing-subscriber = "0.2"
|
||
|
askama = "0.10"
|