summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2019-05-27 10:34:16 +0300
committerYuval Adam <_@yuv.al>2019-05-27 10:34:16 +0300
commitc0ae27fa2dd6bb9a5692330f00c844b92e912853 (patch)
tree1c5fe2545c890daf6ce0eb8107b8b0960b136113
parentd9619fd76fab25742e8f4f7fdd528e6c6e03268a (diff)
Add workspace Cargo.toml
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..a270ea9
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,6 @@
+[workspace]
+
+members = [
+ "bchlib",
+ "bchlib-sys"
+]