salsa/Cargo.toml

11 lines
191 B
TOML
Raw Normal View History

2018-09-28 15:01:27 +00:00
[package]
name = "salsa"
version = "0.1.0"
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
edition = "2018"
license = "Apache-2.0/MIT"
[dependencies]
2018-09-28 15:04:52 +00:00
derive-new = "0.5.5"
rustc-hash = "1.0"