diff options
author | Akshay <[email protected]> | 2020-03-26 07:40:08 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2020-03-26 07:40:08 +0000 |
commit | 1f396bf1238a3c4d0ea1507ef5095b4b6dcd6d6b (patch) | |
tree | 02dc08ee480184d516371966865e1e083564b4fa /fondant_derive | |
parent | f323e0b226eaf83a54534965cdb985e49865c971 (diff) |
add licenses, symlink to root of ws
Diffstat (limited to 'fondant_derive')
-rw-r--r-- | fondant_derive/Cargo.toml | 6 | ||||
l--------- | fondant_derive/LICENSE | 1 | ||||
l--------- | fondant_derive/readme.md | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/fondant_derive/Cargo.toml b/fondant_derive/Cargo.toml index 73a3a19..3ec27c2 100644 --- a/fondant_derive/Cargo.toml +++ b/fondant_derive/Cargo.toml | |||
@@ -2,6 +2,12 @@ | |||
2 | name = "fondant_derive" | 2 | name = "fondant_derive" |
3 | version = "0.1.0" | 3 | version = "0.1.0" |
4 | authors = ["Akshay <[email protected]>"] | 4 | authors = ["Akshay <[email protected]>"] |
5 | description = "Core macros of fondant" | ||
6 | readme = "readme.md" | ||
7 | repository = "https://github.com/nerdypepper/fondant" | ||
8 | license = "MIT" | ||
9 | keywords = ["cli", "configuration", "macro"] | ||
10 | categories = ["command-line-utilities", "config"] | ||
5 | edition = "2018" | 11 | edition = "2018" |
6 | 12 | ||
7 | [dependencies] | 13 | [dependencies] |
diff --git a/fondant_derive/LICENSE b/fondant_derive/LICENSE new file mode 120000 index 0000000..ea5b606 --- /dev/null +++ b/fondant_derive/LICENSE | |||
@@ -0,0 +1 @@ | |||
../LICENSE \ No newline at end of file | |||
diff --git a/fondant_derive/readme.md b/fondant_derive/readme.md new file mode 120000 index 0000000..15926e3 --- /dev/null +++ b/fondant_derive/readme.md | |||
@@ -0,0 +1 @@ | |||
../readme.md \ No newline at end of file | |||