2025-05-02 22:35:33 +00:00
|
|
|
[package]
|
2025-05-02 23:25:51 +00:00
|
|
|
name = "hal"
|
2025-05-04 11:14:34 +00:00
|
|
|
version = "1.0.0"
|
2025-05-02 23:17:28 +00:00
|
|
|
edition = "2024"
|
2025-05-02 22:35:33 +00:00
|
|
|
|
|
|
|
|
[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"] }
|
2025-05-02 22:35:33 +00:00
|
|
|
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/" }
|
2025-05-02 22:35:33 +00:00
|
|
|
poise = { version = "0.5.*", features = [ "cache" ] }
|
2025-05-04 10:39:57 +00:00
|
|
|
rand = { version = "0.9.1", features = ["std_rng"] }
|
2025-05-02 22:35:33 +00:00
|
|
|
tokio = { version = "1.16.1", features = ["sync", "macros", "rt-multi-thread"] }
|