1
0
Fork 0
hal-9000/Cargo.toml

19 lines
621 B
TOML
Raw Normal View History

[package]
2025-05-02 23:25:51 +00:00
name = "hal"
version = "0.1.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"] }
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" ] }
tokio = { version = "1.16.1", features = ["sync", "macros", "rt-multi-thread"] }