m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-19 10:23:42 -05:00

feat: add support for configuring through environment variables

This commit is contained in:
Sergio
2025-05-10 13:00:04 +03:00
parent 3e42ac338a
commit c260874459
3 changed files with 56 additions and 4 deletions

View File

@@ -25,6 +25,7 @@ itertools = "0.14.0"
serde_json = "1.0.133"
serde = "1.0.215"
tokio-cron-scheduler = { version = "0.13.0", default-features = false, optional = true }
envy = "0.4.2"
[features]
default = ["server", "cli"]