mirror of
https://github.com/OMGeeky/confique.git
synced 2026-01-24 12:20:23 +01:00
Add metadata to Cargo.toml
This commit is contained in:
11
Cargo.toml
11
Cargo.toml
@@ -4,11 +4,22 @@ version = "0.1.0"
|
||||
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
description = "Type-safe, layered, light-weight, `serde`-based configuration library"
|
||||
documentation = "https://docs.rs/confique/"
|
||||
repository = "https://github.com/LukasKalbertodt/confique/"
|
||||
readme = "README.md"
|
||||
license = "MIT/Apache-2.0"
|
||||
|
||||
keywords = ["config", "configuration", "conf", "serde", "type-safe"]
|
||||
categories = ["config"]
|
||||
exclude = [".github"]
|
||||
|
||||
|
||||
[features]
|
||||
default = ["toml", "yaml"]
|
||||
yaml = ["serde_yaml"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
confique-macro = { path = "macro" }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user