diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-04 21:26:04 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-04 21:35:09 +0800 |
| commit | 22926ce29e3f8e040ec349401aeb6a77f32eae72 (patch) | |
| tree | 678753ec49a61fb9d3e2d8e869393dec90ea7ef4 /policy/_policies/Cargo.toml | |
Initialize Butchunker project structure and policy system
Diffstat (limited to 'policy/_policies/Cargo.toml')
| -rw-r--r-- | policy/_policies/Cargo.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/policy/_policies/Cargo.toml b/policy/_policies/Cargo.toml new file mode 100644 index 0000000..d939dd2 --- /dev/null +++ b/policy/_policies/Cargo.toml @@ -0,0 +1,15 @@ +[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 +butck_fixed_size = { path = "../../policy/butck/butck_fixed_size" }
\ No newline at end of file |
