Files
Sunscreen/examples/bigint/Cargo.toml
rickwebiii 641bf96bd4 Rweber/deps (#295)
Move all deps to [workspace.dependencies]
2023-08-04 17:23:06 -07:00

11 lines
245 B
TOML

[package]
name = "bigint"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sunscreen = { workspace = true }
crypto-bigint = { workspace = true }