Cargo.toml 371 B

12345678910111213141516
  1. [package]
  2. name = "darkfi-sdk"
  3. version = "0.3.0"
  4. homepage = "https://dark.fi"
  5. description = "SDK used for developing smart contracts on DarkFi"
  6. authors = ["darkfi <dev@dark.fi>"]
  7. repository = "https://github.com/darkrenaissance/darkfi"
  8. license = "AGPL-3.0-only"
  9. edition = "2021"
  10. [dependencies]
  11. # Error handling
  12. thiserror = "1.0.37"
  13. # Cryptography
  14. pasta_curves = "0.4.0"