We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477bd13 commit ce90856Copy full SHA for ce90856
ext/Cargo.toml
@@ -46,3 +46,14 @@ debug = true
46
cache-multiplication = []
47
concurrent = ["thread-token"]
48
prime-two = ["fp/prime-two"]
49
+
50
+[workspace]
51
+members = [
52
+ "crates/algebra",
53
+ "crates/bivec",
54
+ "crates/fp",
55
+ "crates/once",
56
+ "crates/saveload",
57
+ "crates/thread-token",
58
+ "crates/error",
59
+]
ext/crates/Cargo.toml
0 commit comments