Cargo.toml: Remove superfluous license-file.

Emmanuel Gil Peyrot created

Change summary

Cargo.toml | 1 -
1 file changed, 1 deletion(-)

Detailed changes

Cargo.toml 🔗

@@ -8,7 +8,6 @@ repository = "https://hg.linkmauve.fr/xmpp-parsers"
 keywords = ["xmpp"]
 categories = ["parsing", "network-programming"]
 license = "MPL-2.0"
-license-file = "LICENSE"
 
 [dependencies]
 minidom = "0.2.0"