summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2021-03-02 17:04:18 -0500
committerAdam T. Carpenter <atc@53hor.net>2021-03-02 17:04:18 -0500
commit41439f0ec165cf24989f5b1f2bd30a6669ee4d0f (patch)
tree383d6cad0534a1e9d52caa554bc0069c6172ffdd /Cargo.toml
downloadtitler-41439f0ec165cf24989f5b1f2bd30a6669ee4d0f.tar.xz
titler-41439f0ec165cf24989f5b1f2bd30a6669ee4d0f.zip
basic functionality done, tests passing
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..af5569e
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "titler"
+version = "0.1.0"
+authors = ["Adam T. Carpenter <atc@53hor.net>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]