1[package]
2name = "gkrust-shared"
3version = "0.1.0"
4authors = ["nobody@mozilla.org"]
5license = "MPL-2.0"
6description = "Shared Rust code for libxul"
7
8[dependencies]
9mp4parse_capi = { path = "../../../../media/libstagefright/binding/mp4parse_capi" }
10nsstring = { path = "../../../../xpcom/rust/nsstring" }
11rust_url_capi = { path = "../../../../netwerk/base/rust-url-capi" }
12
13[lib]
14path = "lib.rs"
15test = false
16doctest = false
17bench = false
18doc = false
19plugin = false
20harness = false
21