libconfig/Cargo.toml

21 lines
623 B
TOML
Raw Normal View History

2022-12-09 14:10:41 +05:30
[package]
name = "libconfig"
version = "0.1.0"
edition = "2021"
homepage = "https://git.batsense.net/librepages/libconfig"
repository = "https://git.batsense.net/librepages/libconfig"
documentation = "https://github.con/librepages/libconfig"
readme = "https://git.batsense.net/librepages/libconfig/blob/master/README.md"
license = "AGPLv3 or later version"
authors = ["realaravinth <realaravinth@batsense.net>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-12-09 14:15:45 +05:30
serde = { version = "1", features = ["derive"]}
[workspace]
exclude = ["libconfig-validator"]