mirror of
https://github.com/OMGeeky/downloader_config.git
synced 2026-02-23 15:38:31 +01:00
17 lines
354 B
TOML
17 lines
354 B
TOML
[package]
|
|
name = "downloader_config"
|
|
version = "0.3.1"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
log = "0.4.17"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = { version = "1.0", optional = true }
|
|
|
|
|
|
[features]
|
|
default = []
|
|
file = ["dep:serde_json"]
|