aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-10-17 21:01:53 +0100
committerAleksey Kladov <[email protected]>2019-10-17 21:14:05 +0100
commit5376c769f0cb6076c4862e728af042bb563a5051 (patch)
tree890a88741ef83c5ca0a57006c1972d0870fd86a4 /Cargo.toml
parent7b15c4f7ae95e2e855cb783871906fa7bf364c4c (diff)
rename tools -> xtask
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e8f6c4267..97c02b40f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
1[workspace] 1[workspace]
2members = [ "crates/*", "xtask/", "website/website-gen" ] 2members = [ "crates/*", "xtask/" ]
3 3
4[profile.dev] 4[profile.dev]
5debug = 1 # only line info 5debug = 1 # only line info