Page MenuHomePhabricator

D4534.diff
No OneTemporary

D4534.diff

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"]

File Metadata

Mime Type
text/plain
Expires
Sat, Dec 21, 6:16 PM (20 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2688663
Default Alt Text
D4534.diff (725 B)

Event Timeline