Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3402531
D6663.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D6663.diff
View Options
diff --git a/services/feature-flags/.gitignore b/services/feature-flags/.gitignore
new file mode 100644
--- /dev/null
+++ b/services/feature-flags/.gitignore
@@ -0,0 +1 @@
+target
diff --git a/services/feature-flags/Cargo.lock b/services/feature-flags/Cargo.lock
new file mode 100644
--- /dev/null
+++ b/services/feature-flags/Cargo.lock
@@ -0,0 +1,7 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+version = 3
+
+[[package]]
+name = "feature-flags"
+version = "0.1.0"
diff --git a/services/feature-flags/Cargo.toml b/services/feature-flags/Cargo.toml
new file mode 100644
--- /dev/null
+++ b/services/feature-flags/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "feature-flags"
+description = "Feature Flags service"
+homepage = "https://comm.app"
+license = "BSD-3-Clause"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
diff --git a/services/feature-flags/src/main.rs b/services/feature-flags/src/main.rs
new file mode 100644
--- /dev/null
+++ b/services/feature-flags/src/main.rs
@@ -0,0 +1,3 @@
+fn main() {
+ println!("Hello, world!");
+}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 3, 5:10 PM (3 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2612485
Default Alt Text
D6663.diff (1 KB)
Attached To
Mode
D6663: [services][feature-flags] Set up a new Rust project
Attached
Detach File
Event Timeline
Log In to Comment