taler-rust

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

Cargo.toml (366B)


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