redox/programs/login/Cargo.toml
2016-09-29 15:32:32 -06:00

16 lines
376 B
TOML

[package]
name = "login"
version = "0.1.0"
[dependencies]
termion = "*"
[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" }