diff options
Diffstat (limited to 'crates/ra_tt/Cargo.toml')
-rw-r--r-- | crates/ra_tt/Cargo.toml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/crates/ra_tt/Cargo.toml b/crates/ra_tt/Cargo.toml deleted file mode 100644 index 3c45248c3..000000000 --- a/crates/ra_tt/Cargo.toml +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | [package] | ||
2 | edition = "2018" | ||
3 | name = "ra_tt" | ||
4 | version = "0.1.0" | ||
5 | authors = ["rust-analyzer developers"] | ||
6 | license = "MIT OR Apache-2.0" | ||
7 | |||
8 | [lib] | ||
9 | doctest = false | ||
10 | |||
11 | [dependencies] | ||
12 | stdx = { path = "../stdx" } | ||
13 | # ideally, `serde` should be enabled by `rust-analyzer`, but we enable it here | ||
14 | # to reduce number of compilations | ||
15 | smol_str = { version = "0.1.15", features = ["serde"] } | ||