diff options
author | Gokul Soumya | 2021-11-21 18:55:08 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-12-08 01:23:50 +0000 |
commit | a78b7894066b6ccf56c404b7543b45e2dfd99982 (patch) | |
tree | 5f1aa74aeffc173ed591f7f89f2b115cc1cbb036 /xtask/Cargo.toml | |
parent | 71292f9f11bd2b50568efd111239f693be26a36a (diff) |
Auto generate docs for language support
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r-- | xtask/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index cb890de9..fe5d55d4 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -7,3 +7,5 @@ edition = "2021" [dependencies] helix-term = { version = "0.5", path = "../helix-term" } +helix-core = { version = "0.5", path = "../helix-core" } +toml = "0.5" |