Skip to content

Commit ce90856

Browse files
committed
Move crates to main workspace
1 parent 477bd13 commit ce90856

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

ext/Cargo.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,14 @@ debug = true
4646
cache-multiplication = []
4747
concurrent = ["thread-token"]
4848
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

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)