A simple TUI Library written in Rust
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "libc"
7version = "0.2.182"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
10
11[[package]]
12name = "sly"
13version = "0.0.2"
14dependencies = [
15 "libc",
16]