taler-rust

GNU Taler code in Rust. Largely core banking integrations.
Log | Files | Refs | Submodules | README | LICENSE

Cargo.toml (304B)


      1 [package]
      2 name = "taler-enum-meta"
      3 version.workspace = true
      4 edition.workspace = true
      5 authors.workspace = true
      6 homepage.workspace = true
      7 repository.workspace = true
      8 license-file.workspace = true
      9 
     10 [lib]
     11 proc-macro = true
     12 doctest = false
     13 test = false
     14 
     15 [dependencies]
     16 proc-macro2 = "1"
     17 quote = "1"
     18 syn = "2"