- [package]
- name = "darkfi-sdk"
- version = "0.3.0"
- homepage = "https://dark.fi"
- description = "SDK used for developing smart contracts on DarkFi"
- authors = ["darkfi <dev@dark.fi>"]
- repository = "https://github.com/darkrenaissance/darkfi"
- license = "AGPL-3.0-only"
- edition = "2021"
- [dependencies]
- # Error handling
- thiserror = "1.0.37"
- # Cryptography
- pasta_curves = "0.4.0"
|