hal-9000/Cargo.toml

21 lines
748 B
TOML
Raw Permalink Normal View History

[package]
2025-05-02 23:25:51 +00:00
name = "hal"
version = "1.0.0"
2025-05-02 23:17:28 +00:00
edition = "2024"
[build-dependencies]
built = { version = "0.8.0", features = ["git2", "semver", "chrono"] }
[dependencies]
built = { version = "0.8.0", features = ["git2", "semver", "chrono"] }
clap = { version = "4.3.23", features = ["cargo"] }
2025-05-04 15:47:43 +00:00
diesel = { version = "2.1.0", features = ["postgres", "r2d2", "chrono"] }
diesel_migrations = "2.1.0"
env_logger = "0.10.0"
log = "0.4.20"
2025-05-02 22:55:37 +00:00
manifold = { git = "https://code.orbiter-radio.uk/discord/manifold.git" }
# manifold = { path = "/home/xyon/Workspace/manifold/" }
poise = { version = "0.5.*", features = [ "cache" ] }
2025-05-04 10:39:57 +00:00
rand = { version = "0.9.1", features = ["std_rng"] }
tokio = { version = "1.16.1", features = ["sync", "macros", "rt-multi-thread"] }