diff options
author | Ben Bridle <ben@derelict.engineering> | 2025-04-27 12:19:16 +1200 |
---|---|---|
committer | Ben Bridle <ben@derelict.engineering> | 2025-04-27 12:19:48 +1200 |
commit | f8dbafda42e6395a69c30ea3fc95caa45313cb7a (patch) | |
tree | 4413b6f11e7eee6e94b016ac21459cc598f4e071 /Cargo.toml | |
download | inked-f8dbafda42e6395a69c30ea3fc95caa45313cb7a.zip |
Initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
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" |