tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

Cargo.toml (271B)


      1 [package]
      2 name = "wast2js"
      3 version = "0.1.0"
      4 authors = ["Ryan Hunt <rhunt@eqrion.net>"]
      5 edition = "2018"
      6 
      7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
      8 
      9 [dependencies]
     10 anyhow = "1.0.19"
     11 wast = "243.0.0"
     12 regex = "1.11.1"