blob: d939dd295d2b6d4658de6ec0eeb559a0e09b1d61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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" }
|