【发布时间】:2016-04-23 17:08:28
【问题描述】:
我正在经历 Rust 的入门,我需要在我的系统上获取 the rand crate。我没有做 Cargo 包装的事情(例如创建 Cargo.toml),因为我对语言感兴趣,而不是包装。
我可以在我的系统上安装 rand 库而不使用 cargo 命令创建 Cargo.toml 吗?
$ cargo install rand
Updating registry `https://github.com/rust-lang/crates.io-index`
specified package has no binaries
【问题讨论】:
标签: rust rust-cargo