aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/command/contributors.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/turtle/src/command/contributors.rs')
-rw-r--r--crates/turtle/src/command/contributors.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/crates/turtle/src/command/contributors.rs b/crates/turtle/src/command/contributors.rs
new file mode 100644
index 00000000..452fd335
--- /dev/null
+++ b/crates/turtle/src/command/contributors.rs
@@ -0,0 +1,5 @@
+static CONTRIBUTORS: &str = include_str!("CONTRIBUTORS");
+
+pub fn run() {
+ println!("\n{CONTRIBUTORS}");
+}