diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -62,6 +62,7 @@ dependencies = [ "nix", "pish_derive", "sqlite", + "terminfo-lean", "termios", ] @@ -144,6 +145,15 @@ dependencies = [ ] [[package]] +name = "terminfo-lean" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "be1edf3004e37d1801b97add9c9923547c850b12431d4290e242915629109211" +dependencies = [ + "thiserror", +] + +[[package]] name = "termios" version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -153,6 +163,26 @@ dependencies = [ ] [[package]] +name = "thiserror" +version = "2.0.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" +dependencies = [ + "thiserror-impl", +] + +[[package]] +name = "thiserror-impl" +version = "2.0.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] name = "unicode-ident" version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" |
