2023-08-23 14:39:19 +00:00
|
|
|
[package]
|
|
|
|
|
name = "badgey"
|
2023-08-24 22:38:16 +00:00
|
|
|
version = "1.0.0"
|
2023-08-23 14:39:19 +00:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
|
built = { version = "0.6.0", features = ["git2", "semver", "chrono"] }
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
built = { version = "0.6.0", features = ["git2", "semver", "chrono"] }
|
|
|
|
|
clap = { version = "4.3.23", features = ["cargo"] }
|
|
|
|
|
diesel = { version = "2.1.0", features = ["sqlite", "r2d2", "chrono"] }
|
|
|
|
|
diesel_migrations = "2.1.0"
|
|
|
|
|
env_logger = "0.10.0"
|
|
|
|
|
log = "0.4.20"
|
2023-08-30 15:54:43 +00:00
|
|
|
manifold = { git = "ssh://git@code.orbiter-radio.uk/source/mfold.git" }
|
|
|
|
|
#manifold = { path = "/home/xyon/Workspace/manifold/" }
|
2023-08-23 14:39:19 +00:00
|
|
|
poise = "0.5.5"
|
|
|
|
|
tokio = { version = "1.16.1", features = ["sync", "macros", "rt-multi-thread"] }
|