tor-browser

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

Cargo.toml (372B)


      1 [package]
      2 name = "peek-poke-derive"
      3 version = "0.3.0"
      4 authors = ["Dan Glastonbury <dan.glastonbury@gmail.com>"]
      5 repository = "https://github.com/servo/webrender"
      6 description = "Derive macro for peek-poke."
      7 license = "MIT OR Apache-2.0"
      8 edition = "2018"
      9 
     10 [lib]
     11 doctest = false
     12 proc-macro = true
     13 
     14 [dependencies]
     15 proc-macro2 = "1"
     16 quote = "1"
     17 syn = "2"
     18 synstructure = "0.13"