tor-browser

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

Cargo.toml (229B)


      1 [package]
      2 name = "hello-wasm"
      3 version = "0.1.0"
      4 edition = "2021"
      5 
      6 [lib]
      7 crate-type = ["cdylib"]
      8 
      9 [dependencies]
     10 #externref = "0.1.0"
     11 wasm-bindgen = "0.2.0"
     12 tiny-rng = "0.2.0"
     13 harfbuzz-wasm = { path="../../../rust/harfbuzz-wasm"}