1234567891011121314151617 |
- [package]
- name = "sigma-compiler-derive"
- version = "0.1.0-rc1"
- edition = "2021"
- license = "MIT"
- repository = "https://git-crysp.uwaterloo.ca/SigmaProtocol/sigma-compiler"
- description = "Derive macros for the sigma-compiler crate"
- [lib]
- proc-macro = true
- [dependencies]
- sigma-compiler-core = "0.1.0-rc1"
- syn = "2.0"
- [patch.crates-io]
- sigma-compiler-core = { path = "../sigma-compiler-core" }
|