diff options
| author | andromeda <andromeda@lenovo> | 2026-01-17 10:55:18 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-17 10:55:18 +0100 |
| commit | c42ea43099e56040b6e9908ec8e76ff492362c93 (patch) | |
| tree | b374f79c643a71ff2849a0ba9fe2d0c8f9145ec8 /Cargo.lock | |
| parent | e901adf934fe3e48702924f7798496eb1f74971e (diff) | |
add zeno
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -431,6 +431,7 @@ dependencies = [ "minifb", "nix 0.30.1", "vte", + "zeno", ] [[package]] @@ -795,6 +796,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f" [[package]] +name = "zeno" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524" + +[[package]] name = "zmij" version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" |
