aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-09-02 12:42:23 +0100
committerAleksey Kladov <[email protected]>2019-09-02 12:42:23 +0100
commit798dc2ca8024c68b02c8e878603c0a4b00dc44e5 (patch)
treec49e1c5a1c0cf96a706521bc51b7d98de224ee02 /Cargo.toml
parentfdb2874e3e15838d9015aa9eb5ce92dc8e66431f (diff)
start GitHub pages
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 e44c9570f..317c63795 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
1[workspace] 1[workspace]
2members = [ "crates/*" ] 2members = [ "crates/*", "website/website-gen" ]
3 3
4[profile.release] 4[profile.release]
5incremental = true 5incremental = true