diff options
author | Daniel Schadt <kingdread@gmx.de> | 2020-04-27 14:38:14 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2020-04-27 14:38:14 +0200 |
commit | 2a9aef0a371ffb860bfc48b691b9aaf0393e3df7 (patch) | |
tree | d5ef5a4fd2743c4bf80edc4a60e5e3583593936f | |
parent | 3ab7a86d2f6ad3b15e72494928f9f8de255ceef5 (diff) | |
download | evtclib-2a9aef0a371ffb860bfc48b691b9aaf0393e3df7.tar.gz evtclib-2a9aef0a371ffb860bfc48b691b9aaf0393e3df7.tar.bz2 evtclib-2a9aef0a371ffb860bfc48b691b9aaf0393e3df7.zip |
remove license-file
We already use license, so there is no need to also specify
license-file.
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,7 +7,6 @@ description = "An evtc parsing library" readme = "README.md" repository = "https://gitlab.com/dunj3/evtclib" license = "MIT" -license-file = "LICENSE" [dependencies] num-traits = "0.2" |