This repository has been archived on 2025-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
corten/Cargo.toml

10 lines
194 B
TOML
Raw Normal View History

2020-02-06 16:37:23 -05:00
[package]
name = "corten"
2020-02-07 21:10:16 -05:00
version = "0.1.1"
authors = ["Anthony Foxclaw"]
2020-02-06 16:37:23 -05:00
edition = "2018"
[dependencies]
2020-02-07 00:02:43 -05:00
rbtag = "0.3"
2020-02-07 21:10:16 -05:00
nom = "4.2"
2020-02-07 00:02:43 -05:00
metacrate = { git = "https://github.com/tonytins/metacrate" }