aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 5 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b1f3677..c997589 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,19 +1,17 @@
[package]
-name = "twidder"
+name = "reifenfeuerd"
version = "0.0.1"
authors = [ "iximeow <me@iximeow.net>" ]
license = "MIT"
-repository = "lol"
+repository = "https://github.com/iximeow/reifenfeuerd"
description = """
-a nice twitter
+a nice twitter client
"""
[[bin]]
-name = "twidder"
-# path = "main.rs"
-#test = false
-#bench = false
+name = "reifenfeuerd"
+path = "src/main.rs"
[dependencies]
"termios" = "0.2.2"