diff options
| author | Teddy Wing | 2018-11-05 06:10:34 +0100 |
|---|---|---|
| committer | Teddy Wing | 2018-11-05 06:11:41 +0100 |
| commit | e4a026cd6ae29c0febd5bed380991a25d2558017 (patch) | |
| tree | 20c632b50cc985b9e4a2ec27759a1f7e33f1254b /license-generator/Cargo.toml | |
| parent | 9b76995433d5dacf4a42be6d1920f981cd8014d6 (diff) | |
| download | dome-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.toml | 3 |
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"] |
