rust/crates/ra_project_model/Cargo.toml
Ville Penttinen 710975ecd8 Fix typo in Cargo.toml authors
Fixes typo introduced in #782
2019-02-11 10:20:04 +02:00

21 lines
350 B
TOML

[package]
edition = "2018"
name = "ra_project_model"
version = "0.1.0"
authors = ["rust-analyzer developers"]
[dependencies]
log = "0.4.5"
rustc-hash = "1.0"
failure = "0.1.4"
walkdir = "2.2.7"
cargo_metadata = "0.7.0"
ra_arena = { path = "../ra_arena" }
ra_db = { path = "../ra_db" }
[dev-dependencies]
test_utils = { path = "../test_utils" }