19 lines
540 B
TOML
19 lines
540 B
TOML
[package]
|
|
name = "fuck_microsoft_access"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.100"
|
|
askama = "0.15.1"
|
|
axum = { version = "0.8.8", features = ["macros", "ws"] }
|
|
clap = "4.5.54"
|
|
env_logger = "0.11.8"
|
|
log = "0.4.29"
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
serde_json = "1.0.149"
|
|
tokio = { version = "1.49.0", features = ["io-util", "macros", "net", "rt-multi-thread", "time"] }
|
|
toml = "0.9.11"
|
|
tower = { version = "0.5.3", features = ["full"] }
|
|
tower-http = { version = "0.6.8", features = ["full"] }
|