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.lock | |
download | ansi-6de51983b004d7591fea89beac54e0959a4aacc8.zip |
Initial commit
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..a8fd04a --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "ansi" +version = "0.1.0" |