joecalsend/Cargo.toml

24 lines
724 B
TOML
Raw Normal View History

2025-07-04 00:00:11 +00:00
[package]
name = "joecalsend"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = { version = "0.8", features = ["macros"] }
chrono = "0.4"
2025-07-04 22:15:52 +00:00
figment = { version = "0.10", features = ["toml", "test", "env"] }
2025-07-04 00:00:11 +00:00
julid-rs = { version = "1", default-features = false, features = ["serde"] }
2025-07-05 17:12:09 +00:00
local-ip-address = "0.6"
2025-07-04 00:00:11 +00:00
mime = "0.3"
mime_guess = "2"
native-dialog = "0.9"
2025-07-05 17:12:09 +00:00
network-interface = { version = "2", features = ["serde"] }
2025-07-04 17:37:44 +00:00
ratatui = "0.29"
2025-07-04 00:00:11 +00:00
reqwest = { version = "0.12", features = ["json"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha256 = "1.6"
thiserror = "2"
tokio = { version = "1", features = ["full", "macros", "rt-multi-thread"] }
tower-http = { version = "0.6", features = ["limit"] }