mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
ab3d231b1d
This closes #777
18 lines
400 B
TOML
18 lines
400 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "ra_assists"
|
|
version = "0.1.0"
|
|
authors = ["rust-analyzer deverlopers"]
|
|
|
|
[dependencies]
|
|
join_to_string = "0.1.3"
|
|
|
|
ra_syntax = { path = "../ra_syntax" }
|
|
ra_text_edit = { path = "../ra_text_edit" }
|
|
ra_fmt = { path = "../ra_fmt" }
|
|
ra_db = { path = "../ra_db" }
|
|
hir = { path = "../ra_hir", package = "ra_hir" }
|
|
|
|
[dev-dependencies]
|
|
test_utils = { path = "../test_utils" }
|