aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_tt/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_tt/Cargo.toml')
-rw-r--r--crates/ra_tt/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/crates/ra_tt/Cargo.toml b/crates/ra_tt/Cargo.toml
new file mode 100644
index 000000000..357a5c5a3
--- /dev/null
+++ b/crates/ra_tt/Cargo.toml
@@ -0,0 +1,9 @@
1[package]
2edition = "2018"
3name = "ra_tt"
4version = "0.1.0"
5authors = ["Aleksey Kladov <[email protected]>"]
6
7[dependencies]
8rustc-hash = "1.0.0"
9smol_str = "0.1.9"