Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3506828
D4534.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
725 B
Referenced Files
None
Subscribers
None
D4534.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D4534: [services] Tunnelbroker - Add Cargo manifest file
Attached
Detach File
Event Timeline
Log In to Comment