Skip to content
Snippets Groups Projects
Select Git revision
  • 707637bd2ee5b3297905d33ed0d3dc46866aa3f4
  • master default protected
  • home_exam
  • wip
4 results

Cargo.toml

Blame
  • 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" }