summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <ben@derelict.engineering>2025-02-04 20:20:19 +1300
committerBen Bridle <ben@derelict.engineering>2025-02-04 20:20:36 +1300
commit6de51983b004d7591fea89beac54e0959a4aacc8 (patch)
treee96624387c1d99f465d92f373f5648514b21cd2c /Cargo.toml
downloadansi-6de51983b004d7591fea89beac54e0959a4aacc8.zip
Initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..66ddf03
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "ansi"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]