diff options
author | Till Hoeppner | 2015-06-09 20:23:38 +0200 |
---|---|---|
committer | Till Hoeppner | 2015-06-09 20:23:38 +0200 |
commit | 46cca0951949828b1e2b9d7916a7a34871a49250 (patch) | |
tree | cbedf7b830282c8a3624f6cf691ed1d8174f2568 /Cargo.toml | |
parent | 436679ebffa7bab146ed674bbbd5f73fc55b5961 (diff) | |
download | ilc-46cca0951949828b1e2b9d7916a7a34871a49250.tar.gz ilc-46cca0951949828b1e2b9d7916a7a34871a49250.tar.xz ilc-46cca0951949828b1e2b9d7916a7a34871a49250.zip |
Add license entry to Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ name = "ilc" version = "0.0.1" +license = "Apache-2.0" authors = ["Till Hoeppner <till@hoeppner.ws>"] [[bin]] |