File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ authors = ["Xuyang <xuyang@heliax.dev>"]
1313edition = " 2024"
1414license = " GPL-3.0"
1515readme = " README.md"
16+ repository = " https://github.com/anoma/anomapay-erc20-resource"
1617version = " 2.0.0-rc3"
1718
1819[workspace .dependencies ]
Original file line number Diff line number Diff line change 11[package ]
2+ description = " RISC Zero guest program and integration tests for the AnomaPay ERC20 transfer resource logic."
23edition = " 2021"
34name = " token-transfer"
45version = " 1.0.0"
Original file line number Diff line number Diff line change 11[package ]
2+ description = " Build helper that compiles the token-transfer RISC Zero guest and exposes its ELF and ImageID."
23edition = " 2021"
34name = " token-transfer-methods"
45version = " 1.0.0"
Original file line number Diff line number Diff line change 11[package ]
2+ description = " RISC Zero guest entry point for the AnomaPay ERC20 transfer resource logic."
23edition = " 2021"
34name = " token-transfer-guest"
45version = " 1.0.0"
Original file line number Diff line number Diff line change 11[package ]
2+ description = " v2 RISC Zero guest program and integration tests for the AnomaPay ERC20 transfer resource logic, with migration support."
23edition = " 2021"
34name = " token-transfer-v2"
45version = " 1.0.0"
Original file line number Diff line number Diff line change 11[package ]
2+ description = " Build helper that compiles the token-transfer-v2 RISC Zero guest and exposes its ELF and ImageID."
23edition = " 2021"
34name = " token-transfer-methods"
45version = " 1.0.0"
Original file line number Diff line number Diff line change 11[package ]
2+ description = " v2 RISC Zero guest entry point for the AnomaPay ERC20 transfer resource logic, with migration support."
23edition = " 2021"
34name = " token-transfer-guest-v2"
45version = " 1.0.0"
Original file line number Diff line number Diff line change 11[package ]
22authors.workspace = true
3+ description = " Host-side proving API for the AnomaPay ERC20 transfer resource, with the embedded RISC Zero guest ELF and ImageID."
34edition.workspace = true
45license.workspace = true
56name = " transfer_library"
67readme = " README.md"
8+ repository.workspace = true
79version.workspace = true
810
911[dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22authors.workspace = true
3+ description = " v2 host-side proving API for the AnomaPay ERC20 transfer resource: migration transaction builder and embedded guest ELF/ImageID."
34edition.workspace = true
45license.workspace = true
56name = " transfer_library_v2"
67readme = " README.md"
8+ repository.workspace = true
79version.workspace = true
810
911[dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22authors.workspace = true
3+ description = " Witness data and resource-logic constraints for the AnomaPay ERC20 transfer resource."
34edition.workspace = true
45license.workspace = true
56name = " transfer_witness"
67readme = " README.md"
8+ repository.workspace = true
79version.workspace = true
810
911[dependencies ]
You can’t perform that action at this time.
0 commit comments