[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" }