From 1f396bf1238a3c4d0ea1507ef5095b4b6dcd6d6b Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 26 Mar 2020 13:10:08 +0530 Subject: add licenses, symlink to root of ws --- fondant/Cargo.toml | 6 ++++++ fondant/LICENSE | 1 + fondant/readme.md | 1 + 3 files changed, 8 insertions(+) create mode 120000 fondant/LICENSE create mode 120000 fondant/readme.md (limited to 'fondant') diff --git a/fondant/Cargo.toml b/fondant/Cargo.toml index d6886b1..53055e2 100644 --- a/fondant/Cargo.toml +++ b/fondant/Cargo.toml @@ -2,6 +2,12 @@ name = "fondant" version = "0.1.0" authors = ["Akshay "] +description = "Macro based library to take the boilerplate out of configuration handling" +readme = "readme.md" +repository = "https://github.com/nerdypepper/fondant" +license = "MIT" +keywords = ["cli", "configuration", "macro"] +categories = ["command-line-utilities", "config"] edition = "2018" [dependencies] diff --git a/fondant/LICENSE b/fondant/LICENSE new file mode 120000 index 0000000..ea5b606 --- /dev/null +++ b/fondant/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/fondant/readme.md b/fondant/readme.md new file mode 120000 index 0000000..309d33e --- /dev/null +++ b/fondant/readme.md @@ -0,0 +1 @@ +/home/np/code/rustuff/fondant_workspace/readme.md \ No newline at end of file -- cgit v1.2.3