Initial commit

This commit is contained in:
dobiadi
2024-04-21 23:02:59 +02:00
commit 0428a21912
4 changed files with 99 additions and 0 deletions

15
Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "web-template"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = "0"
libc = "0"
tokio = { version = "1", features = ["full"] }
tower = "0"
tower-http = { version = "0", features = ["trace", "timeout"] }
tracing = "0"
tracing-subscriber = { version = "0", features = ["json", "env-filter"] }