enso/lib/rust/config-reader/Cargo.toml

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

14 lines
254 B
TOML
Raw Normal View History

[package]
name = "config-reader"
version = "0.1.0"
authors = ["Enso Team <contact@enso.org>"]
2021-12-01 18:06:57 +03:00
edition = "2021"
[lib]
crate-type = ["rlib"]
[dependencies]
serde = { workspace = true }
2023-01-27 03:09:09 +03:00
serde_yaml = { workspace = true }
Inflector = { version = "0.11.4" }