From db24f41ddd7ebfad232207b8f4347551adde9b6a Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 26 Jul 2017 08:03:48 -0600 Subject: [PATCH] Add Cargo.lock file --- Cargo.lock | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Cargo.lock diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000000..3dbb83e354 --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,24 @@ +[root] +name = "ptyd" +version = "0.1.0" +dependencies = [ + "redox_syscall 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", + "redox_termios 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "redox_syscall" +version = "0.1.27" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] +name = "redox_termios" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "redox_syscall 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[metadata] +"checksum redox_syscall 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)" = "80dcf663dc552529b9bfc7bdb30ea12e5fa5d3545137d850a91ad410053f68e9" +"checksum redox_termios 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc495930de8d330f14856cface52561b7d79a072c76e438cf8f34d7233a35fa7"