This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
huia/Cargo.toml

11 lines
176 B
TOML
Raw Normal View History

2018-08-22 13:41:28 +12:00
[package]
name = "type-system"
version = "0.1.0"
authors = ["James Harton <james@automat.nz>"]
[dependencies]
2018-08-23 15:15:33 +12:00
im = "11.0.1"
wrc = "0.3.0"
pest = "1.0.6"
pest_derive = "1.0.8"