From e4a026cd6ae29c0febd5bed380991a25d2558017 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 5 Nov 2018 06:10:34 +0100 Subject: 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. --- license-generator/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'license-generator/Cargo.toml') 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"] -- cgit v1.2.3