Skip to content
Snippets Groups Projects
Select Git revision
  • 598036dfcd9a92928312e36d6ee9eabbde63099d
  • master default protected
  • stacked_borrows
  • generics_and_traits
  • crane_lift
  • spans
  • rust_syntax
  • type_check
  • expression
  • fallible
10 results

Cargo.toml

Blame
  • Forked from Per Lindgren / D7050E_2020
    Source project has a limited visibility.
    This project manages its dependencies using Cargo. Learn more
    Cargo.toml 320 B
    [package]
    name = "d7050e_2020"
    version = "0.1.0"
    authors = ["Per Lindgren <per.lindgren@ltu.se>"]
    edition = "2018"
    
    build = "build.rs" # LALRPOP preprocessing
    
    [build-dependencies.lalrpop] 
    version = "0.19.0"
    
    [dependencies]
    lalrpop-util = "0.19.0"
    regex = "1.3.9"
    
    lalrpop = {version = "0.19.0", features = ["lexer"] }