]> Witch of Git - ess/blob - Cargo.toml
Change List to use Cow<[Sexp]> instead of Vec<Sexp>
[ess] / Cargo.toml
1 [package]
2 name = "ess"
3 version = "0.5.0"
4 authors = ["Cassie Jones <code@witchoflight.com>"]
5 description = "An s-expression parser targeted at language implementation."
6 repository = "https://git.witchoflight.com/ess"
7 documentation = "https://docs.rs/ess"
8 readme = "README.md"
9 keywords = ["s-expression", "sexp", "s-exp", "parser"]
10 license = "MPL-2.0"
11
12 [dependencies]