diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2026-03-09 14:58:43 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2026-03-09 14:58:43 +0800 |
| commit | 74e16adb598bd3e52c33018e9021c7535210621e (patch) | |
| tree | f5de1f28ef671cae9ceee6608a158e13264a237a /policy/_policies/Cargo.toml.tmpl | |
| parent | 239cd62103d617f0b2a9d58527843417a0db6ab4 (diff) | |
Rename policy template files from .t to .tmpl extension
Diffstat (limited to 'policy/_policies/Cargo.toml.tmpl')
| -rw-r--r-- | policy/_policies/Cargo.toml.tmpl | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/policy/_policies/Cargo.toml.tmpl b/policy/_policies/Cargo.toml.tmpl new file mode 100644 index 0000000..aab90b9 --- /dev/null +++ b/policy/_policies/Cargo.toml.tmpl @@ -0,0 +1,19 @@ +[package] +name = "butck_policies" +version = "0.1.0" +edition = "2024" + +[dependencies] +thiserror = "2" +tokio = { version = "1", features = ["fs"] } + +# Auto generated dependencies +# If you find issues with the dependencies, please +# 1. Delete all code after this comment +# 2. Clear the file `policy/_policies/src/lib.rs` +# 3. Run `cargo run --bin butckrepo-refresh` in the Butchunker root directory +>>>>>>>>>> deps + +@@@ >>> deps +<<<crate_name>>> = { path = "../../<<<path>>>" } +@@@ <<< |
