sdk

Radroots SDK and bindings
git clone https://radroots.dev/git/sdk.git
Log | Files | Refs | README

Cargo.toml (375B)


      1 [package]
      2 name = "radroots_trade_bindings"
      3 version.workspace = true
      4 edition.workspace = true
      5 rust-version.workspace = true
      6 license.workspace = true
      7 repository.workspace = true
      8 homepage.workspace = true
      9 publish = false
     10 
     11 [dependencies]
     12 dto_bindgen = { workspace = true }
     13 dto_bindgen_core = { workspace = true }
     14 radroots_trade = { workspace = true, features = ["dto-bindgen"] }