diff --git a/services/tunnelbroker/rust/Cargo.toml b/services/tunnelbroker/rust/Cargo.toml new file mode 100644 --- /dev/null +++ b/services/tunnelbroker/rust/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "rust-notifications" +description = "Library to send iOS and Android push notifications" +homepage = "https://comm.app" +version = "0.0.1" +license = "MIT" +edition = "2021" + +[dependencies] + +[lib] +crate-type=["staticlib"]