sodium: add licence key in Cargo.toml

This matches the spdx identifier in the source files.
This commit is contained in:
Jordan Petridis 2019-10-22 14:46:18 +03:00
parent dd5b24fcc9
commit 93756c392f
No known key found for this signature in database
GPG key ID: E8523968931763BE

View file

@ -4,6 +4,7 @@ version = "0.1.0"
authors = ["Jordan Petridis <jordan@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs"
description = "libsodium-based file encryption and decryption"
license = "MIT"
edition = "2018"
[dependencies]