mirror of
https://github.com/coastalwhite/lemurs
synced 2024-11-10 13:14:27 +00:00
Remove the dependency on the hex
crate (#100)
Remove the dependency on the crate
This commit is contained in:
parent
b31b518a81
commit
20826fe158
2 changed files with 0 additions and 8 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -102,12 +102,6 @@ dependencies = [
|
|||
"wasi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "hex"
|
||||
version = "0.4.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
||||
|
||||
[[package]]
|
||||
name = "instant"
|
||||
version = "0.1.12"
|
||||
|
@ -123,7 +117,6 @@ version = "0.3.0"
|
|||
dependencies = [
|
||||
"crossterm 0.22.1",
|
||||
"env_logger",
|
||||
"hex",
|
||||
"libc 0.2.112",
|
||||
"log",
|
||||
"nix",
|
||||
|
|
|
@ -40,4 +40,3 @@ log = "0.4.0"
|
|||
# Configuration File Parsing
|
||||
toml = "0.5"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
hex = "0.4.3" # Colors
|
||||
|
|
Loading…
Reference in a new issue