File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,14 @@ exclude = ["ensure-no_std"]
55[workspace .package ]
66version = " 0.1.0"
77edition = " 2021"
8+ license = " Apache-2.0"
9+ repository = " https://github.com/lambdaclass/lambdaworks"
810
911[workspace .dependencies ]
1012iai-callgrind = " 0.3.1"
13+ lambdaworks-crypto = { path = " ./crypto" , version = " 0.1.0" }
14+ lambdaworks-gpu = { path = " ./gpu" , version = " 0.1.0" }
15+ lambdaworks-math = { path = " ./math" , version = " 0.1.0" }
1116
1217[profile .bench ]
1318lto = true
Original file line number Diff line number Diff line change 11[package ]
22name = " lambdaworks-crypto"
3+ description = " Data structures and primitives for cryptography library"
34version.workspace = true
45edition.workspace = true
6+ license.workspace = true
57
68# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
79
8- [dependencies .lambdaworks-math ]
9- path = " ../math"
10-
1110[dependencies ]
11+ lambdaworks-math.workspace = true
1212sha3 = " 0.10.6"
1313thiserror = " 1.0.38"
1414
Original file line number Diff line number Diff line change 11[package ]
22name = " lambdaworks-gpu"
3+ description = " Modular math library for cryptography - GPU implementation"
34version.workspace = true
45edition.workspace = true
6+ license.workspace = true
57
68# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
79
Original file line number Diff line number Diff line change 11[package ]
22name = " lambdaworks-math"
3+ description = " Modular math library for cryptography"
34version.workspace = true
45edition.workspace = true
6+ license.workspace = true
57
68# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
79
@@ -20,7 +22,7 @@ objc = { version = "0.2.7", optional = true }
2022# cuda
2123cudarc = { version = " 0.9.7" , optional = true }
2224
23- lambdaworks-gpu = { path = " ../gpu " }
25+ lambdaworks-gpu.workspace = true
2426
2527[dev-dependencies ]
2628proptest = " 1.1.0"
You can’t perform that action at this time.
0 commit comments