You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
447 B
16 lines
447 B
[package] |
|
name = "axumtest" |
|
version = "0.1.0" |
|
edition = "2021" |
|
|
|
[dependencies] |
|
axum = { version = "0.5.15", features = ["headers"] } |
|
clap = { version = "3.2.17", features = ["derive", "env"] } |
|
dotenv = "0.15.0" |
|
futures = "0.3.23" |
|
mongodb = "2.3.0" |
|
serde = { version = "1.0.143", features = ["derive"] } |
|
serde_json = "1.0.83" |
|
tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread"] } |
|
tracing = "0.1.36" |
|
tracing-subscriber = "0.3.15"
|
|
|