Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-05-15 18:54:09 +0300
committerSebastian Dröge <sebastian@centricular.com>2016-05-15 18:54:09 +0300
commit546d67fa5a3ea3f4003a17f254b97f9b03d3eb4f (patch)
tree3f47a71a9e44ce741af05251dde2d184c8949647 /Cargo.toml
parentae9f29227827811e592eec4e4b7dabab402aa7d7 (diff)
Add license and copyright notices
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 49f2abaa8..04868b03f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,8 @@ name = "rsplugin"
version = "0.1.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
build = "build.rs"
+repository = "https://github.com/sdroege/rsplugin"
+license = "LGPL-2.1+"
[dependencies]
libc = "0.2"