Kon/Cargo.toml
toast 0b0e7304c1
Some checks failed
Build and push container image / build (push) Has been cancelled
Fix embed colors and increase limit
2024-08-15 11:35:25 +10:00

39 lines
708 B
TOML

[package]
name = "kon"
version = "0.3.15"
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.5", features = ["json"] }
serde = "1.0.207"
serde_json = "1.0.124"
sysinfo = "0.31.2"
tokenservice-client = { version = "0.3.3", registry = "gitea" }
tokio = { version = "1.39.2", 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