1.0.0
This commit is contained in:
24
Cargo.toml
Normal file
24
Cargo.toml
Normal file
@@ -0,0 +1,24 @@
|
||||
[package]
|
||||
name = "rustapi"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
axum = { version = "0.7", features = ["macros"] }
|
||||
tokio = { version = "1.35", features = ["macros", "rt-multi-thread", "signal"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"] }
|
||||
tower = "0.4"
|
||||
tower-http = { version = "0.5", features = ["trace", "normalize-path"] }
|
||||
http = "0.2"
|
||||
utoipa = "4"
|
||||
utoipa-swagger-ui = { version = "7", features = ["axum"] }
|
||||
|
||||
[dev-dependencies]
|
||||
axum = { version = "0.7", features = ["macros"] }
|
||||
serde_json = "1.0"
|
||||
tokio = { version = "1.35", features = ["macros", "rt-multi-thread"] }
|
||||
tower = "0.4"
|
||||
http-body-util = "0.1"
|
||||
Reference in New Issue
Block a user