aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-06 13:45:32 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-06 13:45:32 -0500
commit0a85d9961543ef9709d0e070aa51461c8b4df34b (patch)
tree7393489539c8186acaba11ed867e4ead4268a814 /Cargo.toml
parenta2b62aa191fec558ec8a871bf4e1412bffb4d755 (diff)
downloadtextmode-0a85d9961543ef9709d0e070aa51461c8b4df34b.tar.gz
textmode-0a85d9961543ef9709d0e070aa51461c8b4df34b.zip
project skeleton
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..a6962d2
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "textmode"
+version = "0.1.0"
+authors = ["Jesse Luehrs <doy@tozt.net>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]