diff --git a/.gitignore b/.gitignore index 6669f9ccb..5eb79a001 100644 --- a/.gitignore +++ b/.gitignore @@ -1,30 +1,30 @@ .DS_Store node_modules landing/node_modules landing/dist lib/node_modules native/cpp/CommonCpp/CryptoTools/opaque-ke-cxx/target web/node_modules web/dist keyserver/dist keyserver/node_modules keyserver/secrets keyserver/facts keyserver/*.env keyserver/*.env.* services/identity/target -services/tunnelbroker/rust/target +services/tunnelbroker/rust-notifications/target .eslintcache .vscode !.vscode/extensions.json # Nix result* diff --git a/services/tunnelbroker/rust-notifications/Cargo.toml b/services/tunnelbroker/rust-notifications/Cargo.toml new file mode 100644 index 000000000..fe225fe02 --- /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"]