aboutsummaryrefslogtreecommitdiff
path: root/crates/teraron/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/teraron/Cargo.toml')
-rw-r--r--crates/teraron/Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/crates/teraron/Cargo.toml b/crates/teraron/Cargo.toml
new file mode 100644
index 000000000..7ce9f1aa8
--- /dev/null
+++ b/crates/teraron/Cargo.toml
@@ -0,0 +1,13 @@
1[package]
2name = "teraron"
3version = "0.0.1"
4authors = ["Aleksey Kladov <[email protected]>"]
5repository = "https://github.com/rust-analyzer/teraron"
6description = "Genrate Rust code from a .tera template and a .ron data"
7license = "MIT OR Apache-2.0"
8
9[dependencies]
10failure = "0.1.2"
11tera = "0.11.18"
12ron = "0.4.0"
13heck = "0.3.0"