summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 0ff0a1b8969185057bd92acd6145f637f5448769 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "hi"
version = "0.1.0"
edition = "2021"

[dependencies]
axum = "0.7.5"
clap = { version = "4.5.16", features = ["derive", "env"] }
sqlx = { version = "0.8.1", features = ["runtime-tokio", "sqlite"] }
tokio = { version = "1.40.0", features = ["rt", "macros", "rt-multi-thread"] }