summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenrique Alves <henriquelalves@gmail.com>2023-04-20 13:45:18 -0300
committerHenrique Alves <henriquelalves@gmail.com>2023-04-20 13:45:18 -0300
commit620f3ac10b368f9ffe255cfe420ab0c4f6b91a58 (patch)
tree09de9ddf4fae4280fefabad3dc9c5fee5c308091 /Cargo.toml
parentefc547719531d90b32867dda47da506441178d6e (diff)
downloadglam-620f3ac10b368f9ffe255cfe420ab0c4f6b91a58.tar.gz
glam-620f3ac10b368f9ffe255cfe420ab0c4f6b91a58.tar.bz2
glam-620f3ac10b368f9ffe255cfe420ab0c4f6b91a58.zip
update commands
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7102779..5b75616 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,4 +19,5 @@ clap = { version = "3.0", features = ["derive"] }
serde = { version = "1.0.140", features = ["derive"] }
colored = "2"
serde_json = "1.0"
-assert_fs = "1.0" \ No newline at end of file
+assert_fs = "1.0"
+inquire = "0.6.1" \ No newline at end of file