Skip to content
Snippets Groups Projects
Select Git revision
  • d29db8fbcd563e67b7a150ddbc2c019d36e99184
  • 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 237 B
    [package]
    name = "first"
    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"