aboutsummaryrefslogtreecommitdiff
path: root/fondant
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-03-26 07:40:08 +0000
committerAkshay <[email protected]>2020-03-26 07:40:08 +0000
commit1f396bf1238a3c4d0ea1507ef5095b4b6dcd6d6b (patch)
tree02dc08ee480184d516371966865e1e083564b4fa /fondant
parentf323e0b226eaf83a54534965cdb985e49865c971 (diff)
add licenses, symlink to root of ws
Diffstat (limited to 'fondant')
-rw-r--r--fondant/Cargo.toml6
l---------fondant/LICENSE1
l---------fondant/readme.md1
3 files changed, 8 insertions, 0 deletions
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 @@
2name = "fondant" 2name = "fondant"
3version = "0.1.0" 3version = "0.1.0"
4authors = ["Akshay <[email protected]>"] 4authors = ["Akshay <[email protected]>"]
5description = "Macro based library to take the boilerplate out of configuration handling"
6readme = "readme.md"
7repository = "https://github.com/nerdypepper/fondant"
8license = "MIT"
9keywords = ["cli", "configuration", "macro"]
10categories = ["command-line-utilities", "config"]
5edition = "2018" 11edition = "2018"
6 12
7[dependencies] 13[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