rust/crates/ide-ssr/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

34 lines
650 B
TOML
Raw Normal View History

[package]
2022-04-29 09:29:24 -05:00
name = "ide-ssr"
2020-08-13 10:42:52 -05:00
version = "0.0.0"
description = "Structural search and replace of Rust code"
2022-04-13 18:54:24 -05:00
repository = "https://github.com/rust-lang/rust-analyzer"
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
[lib]
doctest = false
[dependencies]
2021-06-12 15:39:57 -05:00
cov-mark = "2.0.0-pre.1"
itertools = "0.10.5"
2023-05-02 09:12:22 -05:00
triomphe.workspace = true
2023-05-04 18:28:15 -05:00
nohash-hasher.workspace = true
2020-08-13 09:45:10 -05:00
# local deps
hir.workspace = true
ide-db.workspace = true
parser.workspace = true
stdx.workspace = true
syntax.workspace = true
text-edit.workspace = true
2020-07-21 06:32:09 -05:00
[dev-dependencies]
expect-test = "1.4.0"
# local deps
test-utils.workspace = true