Rename keep-rust to keep

This commit is contained in:
Andrew Phillips
2023-09-18 14:29:07 +00:00
parent cf1f5daa16
commit 26e22d113e
2 changed files with 42 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "keep-rust"
name = "keep"
version = "0.1.0"
edition = "2021"
@@ -26,4 +26,5 @@ is-terminal = "0.4.9"
term = "0.7.0"
lz4_flex = "0.11.1"
flate2 = { version = "1.0.27", features = ["zlib-ng-compat"] }
regex = "1.9.5"