redox/programs/login/Cargo.toml
2016-09-28 14:12:05 -06:00

17 lines
412 B
TOML

[package]
name = "login"
version = "0.1.0"
[dependencies]
liner = "*"
syscall = { path = "../../syscall/" }
[dependencies.octavo]
git = "https://github.com/libOctavo/octavo"
default-features = false
features = ["digest"]
[replace]
"libc:0.2.16" = { git = "https://github.com/redox-os/liblibc.git", branch = "new_kernel" }
"rustc-serialize:0.3.19" = { git = "https://github.com/redox-os/rustc-serialize.git" }