We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a346ec commit 77f942aCopy full SHA for 77f942a
Cargo.toml
@@ -10,23 +10,23 @@ authors = ["Max Niederman <[email protected]>"]
10
edition = "2021"
11
12
[dependencies]
13
-structopt = "0.3"
+structopt = "^0.3"
14
dirs = "^5.0"
15
crossterm = "^0.26"
16
-rust-embed = "6.4"
+rust-embed = "^6.4"
17
toml = "^0.7"
18
19
[dependencies.tui]
20
-version = "0.19"
+version = "^0.19"
21
default-features = false
22
features = ["crossterm"]
23
24
[dependencies.rand]
25
-version = "0.8"
+version = "^0.8"
26
features = ["alloc"]
27
28
[dependencies.serde]
29
-version = "1.0"
+version = "^1.0"
30
features = ["derive"]
31
32
[build-dependencies]
0 commit comments