summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <ben@derelict.engineering>2025-04-27 12:19:16 +1200
committerBen Bridle <ben@derelict.engineering>2025-04-27 12:19:48 +1200
commitf8dbafda42e6395a69c30ea3fc95caa45313cb7a (patch)
tree4413b6f11e7eee6e94b016ac21459cc598f4e071 /Cargo.toml
downloadinked-f8dbafda42e6395a69c30ea3fc95caa45313cb7a.zip
Initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..37cf225
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "inked"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+termcolor = "1.4.1"