Kon/Cargo.toml
toast cf8caf1aae
All checks were successful
Build and push container image / build (push) Successful in 12m39s
Build and push container image / deploy (push) Successful in 36s
Remove cache layer
2024-08-20 11:50:32 +10:00

39 lines
708 B
TOML

[package]
name = "kon"
version = "0.3.19"
edition = "2021"
[dependencies]
bb8 = "0.8.5"
bb8-postgres = "0.8.1"
bb8-redis = "0.16.0"
cargo_toml = "0.20.4"
feed-rs = "2.1.0"
once_cell = "1.19.0"
poise = "0.6.1"
regex = "1.10.6"
reqwest = { version = "0.12.7", features = ["json"] }
serde = "1.0.208"
serde_json = "1.0.125"
sysinfo = "0.31.2"
tokenservice-client = { version = "0.4.0", registry = "gitea" }
tokio = { version = "1.39.3", features = ["macros", "signal", "rt-multi-thread"] }
tokio-postgres = "0.7.11"
uptime_lib = "0.3.1"
[features]
production = []
[[bin]]
name = "kon"
path = "src/main.rs"
[profile.dev]
opt-level = 0
debug = true
[profile.release]
opt-level = 2
debug = false
strip = true