mirror of
https://github.com/enso-org/enso.git
synced 2024-11-27 16:42:38 +03:00
14 lines
255 B
TOML
14 lines
255 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 = { version = "0.8.23" }
|
|
Inflector = { version = "0.11.4" }
|