diff options
author | Gokul Soumya | 2021-11-17 13:30:11 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-12-08 01:23:50 +0000 |
commit | 71292f9f11bd2b50568efd111239f693be26a36a (patch) | |
tree | c34eedcc0c00a527708650a0da9853a6cfd22911 /.cargo/config | |
parent | 9bdbafa0759e482d628b7e1940809963c556ec95 (diff) |
docs: Auto generate command list
Diffstat (limited to '.cargo/config')
-rw-r--r-- | .cargo/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.cargo/config b/.cargo/config new file mode 100644 index 00000000..35049cbc --- /dev/null +++ b/.cargo/config @@ -0,0 +1,2 @@ +[alias] +xtask = "run --package xtask --" |