Select Git revision
Forked from
Per Lindgren / D7050E
Source project has a limited visibility.
This project manages its dependencies using Cargo.
Learn more
Cargo.toml 336 B
[package]
name = "crust"
version = "0.1.0"
authors = ["Per Lindgren <per.lindgren@ltu.se>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nom = "5.0.1"
nom_locate = "1.0.0"
inkwell = { git = "https://github.com/TheDan64/inkwell", branch = "llvm8-0" }