mirror of
https://github.com/enso-org/enso.git
synced 2024-12-21 16:12:30 +03:00
14 lines
253 B
TOML
14 lines
253 B
TOML
[package]
|
|
name = "config-reader"
|
|
version = "0.1.0"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["rlib"]
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0" }
|
|
serde_yaml = { workspace = true }
|
|
Inflector = { version = "0.11.4" }
|