12 lines
No EOL
290 B
TOML
12 lines
No EOL
290 B
TOML
[package]
|
|
name = "settings"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
database = { path = "../database" }
|
|
id = { path = "../id" }
|
|
thiserror = { workspace = true }
|
|
chrono = { workspace = true }
|
|
url = { workspace = true }
|
|
human_bytes = { version = "0.4.1", default-features = false } |