diff options
| author | root <root@sg2.noml.ch> | 2025-12-29 22:18:04 +0800 |
|---|---|---|
| committer | root <root@sg2.noml.ch> | 2025-12-29 22:18:04 +0800 |
| commit | 1951b063d7ec6d6e8db8a0b5074c73f887749208 (patch) | |
| tree | 6ece8dfce605fbff6eca6be4bbeb5d7904417bbb /xtask/Cargo.toml | |
initial commitmain
Diffstat (limited to 'xtask/Cargo.toml')
| -rw-r--r-- | xtask/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml new file mode 100644 index 0000000..13979c3 --- /dev/null +++ b/xtask/Cargo.toml | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | [package] | ||
| 2 | name = "xtask" | ||
| 3 | version = "0.1.0" | ||
| 4 | edition = "2021" | ||
| 5 | |||
| 6 | [dependencies] | ||
| 7 | anyhow = "1" | ||
