27 lines
646 B
Text
27 lines
646 B
Text
|
[root]
|
||
|
name = "rust_hanabi"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "lazy_static"
|
||
|
version = "0.1.15"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[package]]
|
||
|
name = "libc"
|
||
|
version = "0.2.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[package]]
|
||
|
name = "rand"
|
||
|
version = "0.3.14"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"libc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|