diff options
author | Ben Bridle <ben@derelict.engineering> | 2025-02-04 20:20:19 +1300 |
---|---|---|
committer | Ben Bridle <ben@derelict.engineering> | 2025-02-04 20:20:36 +1300 |
commit | 6de51983b004d7591fea89beac54e0959a4aacc8 (patch) | |
tree | e96624387c1d99f465d92f373f5648514b21cd2c /Cargo.toml | |
download | ansi-6de51983b004d7591fea89beac54e0959a4aacc8.zip |
Initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
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] |