docs: Auto generate command list

This commit is contained in:
Gokul Soumya 2021-11-17 19:00:11 +05:30 committed by Blaž Hrastnik
parent 9bdbafa075
commit 71292f9f11
11 changed files with 197 additions and 20 deletions

9
xtask/Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "xtask"
version = "0.5.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
helix-term = { version = "0.5", path = "../helix-term" }