aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Lilienthal <nathan@nixpulvis.com>2018-01-12 11:45:54 -0700
committerJoe Wilm <jwilm@users.noreply.github.com>2018-01-12 11:42:38 -0800
commit9603a95a8d16b62a6bd378cec5e53a868a0ac270 (patch)
tree9cd45b59aadbf1d3f870aace471cfc72c507e96a
parentf3d27ea95027eec8755cf0b8b6cd4150d9059a5b (diff)
downloadr-alacritty-vte-9603a95a8d16b62a6bd378cec5e53a868a0ac270.tar.gz
r-alacritty-vte-9603a95a8d16b62a6bd378cec5e53a868a0ac270.tar.bz2
r-alacritty-vte-9603a95a8d16b62a6bd378cec5e53a868a0ac270.zip
Make this a workspace.
Allows testing everything with `cargo test --all`.
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fd51683..27a028f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,3 +12,6 @@ readme = "README.md"
[dependencies.utf8parse]
path = "./utf8parse"
version = "0.1"
+
+[workspace]
+