aboutsummaryrefslogtreecommitdiffstats
path: root/license-generator/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2018-11-05 06:10:34 +0100
committerTeddy Wing2018-11-05 06:11:41 +0100
commite4a026cd6ae29c0febd5bed380991a25d2558017 (patch)
tree20c632b50cc985b9e4a2ec27759a1f7e33f1254b /license-generator/Cargo.toml
parent9b76995433d5dacf4a42be6d1920f981cd8014d6 (diff)
downloaddome-key-web-e4a026cd6ae29c0febd5bed380991a25d2558017.tar.bz2
Add 'aquatic-prime' sub-crate
We'll use this new library crate to generate licenses in the Aquatic Prime format. Planning on just porting the C code directly to Rust.
Diffstat (limited to 'license-generator/Cargo.toml')
-rw-r--r--license-generator/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/license-generator/Cargo.toml b/license-generator/Cargo.toml
index e4a49d6..55d1a3f 100644
--- a/license-generator/Cargo.toml
+++ b/license-generator/Cargo.toml
@@ -4,3 +4,6 @@ version = "0.0.1"
[dependencies]
fastcgi = "1.0.0"
+
+[workspace]
+members = ["aquatic-prime"]