16 lines
376 B
TOML
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" }
|