Files
nixpkgs/pkgs/pkgs-lib/formats/hocon/src/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
225 B
TOML
Raw Normal View History

2025-10-09 14:15:47 +02:00
[package]
name = "hocon-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"