diff options
author | Alex Crichton <alex@alexcrichton.com> | 2016-10-08 11:33:09 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2016-10-08 17:26:56 -0700 |
commit | 739edbc4689a3b6eff15d0ea0af80923f7d5e28d (patch) | |
tree | 4892dd17100bfa8ce3516f931547cd7fc0a3bf4a /Cargo.toml | |
parent | 9497f192e78096e0c9b619fc26b8d336edfa1b45 (diff) | |
download | rust-libc-739edbc4689a3b6eff15d0ea0af80923f7d5e28d.tar.gz |
Use workspaces in this repo
Also cache on appveyor to speed up builds.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index a863aa6b05..5dc0ec4e4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,3 +16,6 @@ other common platform libraries. [features] default = ["use_std"] use_std = [] + +[workspace] +members = ["libc-test", "libc-test/generate-files"] |