tor-browser

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

Cargo.lock (1087B)


      1 # This file is automatically @generated by Cargo.
      2 # It is not intended for manual editing.
      3 version = 3
      4 
      5 [[package]]
      6 name = "arbitrary"
      7 version = "1.0.0"
      8 source = "registry+https://github.com/rust-lang/crates.io-index"
      9 checksum = "698b65a961a9d730fb45b6b0327e20207810c9f61ee421b082b27ba003f49e2b"
     10 
     11 [[package]]
     12 name = "cc"
     13 version = "1.0.60"
     14 source = "registry+https://github.com/rust-lang/crates.io-index"
     15 checksum = "ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c"
     16 
     17 [[package]]
     18 name = "libc"
     19 version = "0.2.77"
     20 source = "registry+https://github.com/rust-lang/crates.io-index"
     21 checksum = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235"
     22 
     23 [[package]]
     24 name = "libfuzzer-sys"
     25 version = "0.4.0"
     26 source = "registry+https://github.com/rust-lang/crates.io-index"
     27 checksum = "86c975d637bc2a2f99440932b731491fc34c7f785d239e38af3addd3c2fd0e46"
     28 dependencies = [
     29  "arbitrary",
     30  "cc",
     31 ]
     32 
     33 [[package]]
     34 name = "qcms"
     35 version = "0.2.0"
     36 dependencies = [
     37  "libc",
     38 ]
     39 
     40 [[package]]
     41 name = "qcms-fuzz"
     42 version = "0.0.0"
     43 dependencies = [
     44  "libc",
     45  "libfuzzer-sys",
     46  "qcms",
     47 ]