tor-browser

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

Cargo.toml (451B)


      1 [package]
      2 name = "core-foundation"
      3 version = "0.9.999"
      4 edition = "2018"
      5 license = "MIT or APACHE-2.0"
      6 
      7 [lib]
      8 path = "lib.rs"
      9 
     10 [dependencies.core-foundation]
     11 version = "0.10.0"
     12 default-features = false
     13 
     14 [features]
     15 default = ["core-foundation/default"]
     16 link = ["core-foundation/link"]
     17 mac_os_10_7_support = ["core-foundation/mac_os_10_7_support"]
     18 mac_os_10_8_features = ["core-foundation/mac_os_10_8_features"]
     19 with-uuid = ["core-foundation/with-uuid"]