mirror of
https://github.com/OMGeeky/backup_config.git
synced 2026-01-18 17:34:43 +01:00
11 lines
297 B
TOML
11 lines
297 B
TOML
[package]
|
|
name = "twba-backup-config"
|
|
version = "0.1.3"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
confique = { version = "0.2" , features= ["json5","toml"]}
|