1
1
mirror of https://github.com/tweag/nickel.git synced 2024-09-20 08:05:15 +03:00
nickel/Cargo.toml
2020-01-31 16:24:03 +01:00

21 lines
415 B
TOML

[package]
name = "nickel"
version = "0.1.0"
authors = ["Nicl team"]
license = "MIT OR Apache-2.0"
readme = "README.md"
description = "Programmable configuration files."
edition = "2018"
[build-dependencies] # <-- We added this and everything after!
lalrpop = "0.16.2"
[dependencies]
lalrpop-util = "0.16.2"
regex = "0.2.1"
either = "1.5.3"
simple-counter = "0.1.0"
[dev-dependencies]
pretty_assertions = "0.5.1"