blob: 20bf3ed5fccc6d056b6b56f629b418f7d4871c9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[package]
name = "definition"
version = "0.0.0"
license.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
[dependencies]
base-db = { path = "../base-db" }
rowan.workspace = true
rustc-hash.workspace = true
syntax = { path = "../syntax" }
[dev-dependencies]
itertools.workspace = true
test-utils = { path = "../test-utils" }
[lib]
doctest = false
|