1
0
Fork 0
hal-9000/Cargo.toml

21 lines
675 B
TOML

[package]
name = "hal"
version = "0.1.0"
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"
manifold = { git = "https://code.orbiter-radio.uk/discord/manifold.git" }
# manifold = { path = "/home/xyon/Workspace/manifold/" }
poise = { version = "0.5.*", features = [ "cache" ] }
rand = { version = "0.9.1", features = ["std_rng"] }
tokio = { version = "1.16.1", features = ["sync", "macros", "rt-multi-thread"] }