summary refs log tree commit diff
path: root/pkgs/pkgs-lib/formats/libconfig/src/Cargo.toml
blob: 20ad44d221945db380c978f5c89100faab0b1cc1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "libconfig-generator"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = "1.0.178"
serde_json = "1.0.104"