]> git.proxmox.com Git - rustc.git/blob - src/vendor/redox_termios/Cargo.toml.orig
New upstream version 1.23.0+dfsg1
[rustc.git] / src / vendor / redox_termios / Cargo.toml.orig
1 [package]
2 name = "redox_termios"
3 version = "0.1.1"
4 description = "A Rust library to access Redox termios functions"
5 license = "MIT"
6 authors = ["Jeremy Soller <jackpot51@gmail.com>"]
7 repository = "https://github.com/redox-os/termios"
8 documentation = "https://docs.rs/redox_termios"
9
10 [lib]
11 name = "redox_termios"
12 path = "src/lib.rs"
13
14 [dependencies]
15 redox_syscall = "0.1"