mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-12-04 02:36:02 +00:00
Compare commits
2 Commits
99c3dc4771
...
2be7ce50e7
Author | SHA1 | Date | |
---|---|---|---|
|
2be7ce50e7 | ||
|
3e888c3194 |
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -1096,7 +1096,8 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|||
[[package]]
|
||||
name = "vt100-ctt"
|
||||
version = "0.16.0"
|
||||
source = "git+https://github.com/ChrisTitusTech/vt100-rust#b660c85faaa32323892c3154835c2bc901d7bf57"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "298aca8af9c2d1395da31a65eb711abef2dc948e475e819212c8ed5008d52c9f"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"log",
|
||||
|
|
|
@ -26,7 +26,7 @@ linutil_core = { version = "24.10.31", path = "../core" }
|
|||
tree-sitter-highlight = "0.24.4"
|
||||
tree-sitter-bash = "0.23.3"
|
||||
nix = { version = "0.29.0", features = [ "user" ] }
|
||||
vt100-ctt = { git = "https://github.com/ChrisTitusTech/vt100-rust" }
|
||||
vt100-ctt = "0.16.0"
|
||||
|
||||
[[bin]]
|
||||
name = "linutil"
|
||||
|
|
Loading…
Reference in New Issue
Block a user