mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 01:21:05 +00:00
Include all files
This commit is contained in:
parent
9a28247f6b
commit
b9cd7122ff
1 changed files with 7 additions and 0 deletions
|
@ -31,3 +31,10 @@ homepage = "https://gstreamer.freedesktop.org"
|
|||
keywords = ["ffi", "gstreamer", "gnome", "multimedia"]
|
||||
repository = "https://github.com/sdroege/gstreamer-sys"
|
||||
license = "MIT"
|
||||
|
||||
include = [
|
||||
"src/*.rs",
|
||||
"Cargo.toml",
|
||||
"build.rs",
|
||||
"LICENSE",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue