aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-10-11 09:06:28 +0100
committerAleksey Kladov <[email protected]>2019-10-11 09:06:28 +0100
commite4eb970273926d1728a70b4d1493df97e9fde672 (patch)
treec478ad7f4753cd07d41d6a88379e3003f613a61e /Cargo.toml
parentf70c54ccfbf25a0d9c136c9176f5e17a4cf0e13a (diff)
save disk space
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 317c63795..c7e1f1215 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,9 @@
1[workspace] 1[workspace]
2members = [ "crates/*", "website/website-gen" ] 2members = [ "crates/*", "website/website-gen" ]
3 3
4[profile.dev]
5debug = 1 # only line info
6
4[profile.release] 7[profile.release]
5incremental = true 8incremental = true
6debug = 1 # only line info 9debug = 1 # only line info