rltk-hello-rust/Cargo.toml

12 lines
292 B
TOML

[package]
name = "hellorust"
version = "0.1.0"
authors = ["Peter Hart <cinphart@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rltk = { version = "0.7.0" }
specs = "0.16.1"
specs-derive = "0.4.1"