aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ee4c9c4..0c0cd53 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,8 @@
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+[workspace]
+members = ["rossweisse"]
+
[package]
name = "windmark"
version = "0.3.6"
@@ -45,3 +48,6 @@ matchit = "0.6.0"
tree_magic = { version = "0.2.3", optional = true } # MIME
paste = "1.0.12" # Token Pasting
+
+[dev-dependencies]
+rossweisse = { version = "*", path = "./rossweisse" }