Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

main2.rs

Blame
  • Forked from Per Lindgren / cargo-klee
    Source project has a limited visibility.
    Cargo.toml 331 B
    [package]
    name = "srp_analysis"
    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]
    serde = { version = "1.0", features = ["derive"] }
    structopt = { version = "0.3"}
    serde_json = "1.0"