diff --git a/.gitignore b/.gitignore --- a/.gitignore +++ b/.gitignore @@ -20,7 +20,7 @@ keyserver/*.env.* services/identity/target -services/tunnelbroker/rust/target +services/tunnelbroker/rust-notifications/target .eslintcache .vscode diff --git a/services/tunnelbroker/rust-notifications/Cargo.toml b/services/tunnelbroker/rust-notifications/Cargo.toml new file mode 100644 --- /dev/null +++ b/services/tunnelbroker/rust-notifications/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "rust-notifications" +description = "Library for sending iOS and Android push notifications" +homepage = "https://comm.app" +version = "0.1.0" +license = "MIT" +edition = "2021" + +[dependencies] + +[lib] +crate-type=["staticlib"]