diff options
Diffstat (limited to 'third_party/rust/pulse/Cargo.toml')
-rw-r--r-- | third_party/rust/pulse/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/rust/pulse/Cargo.toml b/third_party/rust/pulse/Cargo.toml new file mode 100644 index 0000000000..5cd29d01b6 --- /dev/null +++ b/third_party/rust/pulse/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "pulse" +version = "0.3.0" +authors = ["Dan Glastonbury <dglastonbury@mozilla.com>"] +license = "ISC" + +[dependencies] +bitflags = "1.2.0" +pulse-ffi = { path = "../pulse-ffi" } |