aboutsummaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-10-27 03:32:57 +0100
committerAkshay <[email protected]>2021-10-27 03:32:57 +0100
commited1ee66b06add4c22e4922ffa762f097355c7431 (patch)
tree79021e382708437170cde6905d76601d797a8f56 /macros
parent20d195988de1014517ff1a1c8c1041cff5f88e05 (diff)
add MIT licensev0.2.1
Diffstat (limited to 'macros')
-rw-r--r--macros/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index ae24eee..4b310ad 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -2,6 +2,7 @@
2name = "macros" 2name = "macros"
3version = "0.0.0" 3version = "0.0.0"
4edition = "2018" 4edition = "2018"
5license = "MIT"
5 6
6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 7# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7 8