diff --git a/Cargo.toml b/Cargo.toml index 1bc66df..b3616e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,6 +41,7 @@ askama = { version = "0.15", default-features = false, features = [ document-features = "0.2" cel = { version = "0.12", features = ["bytes"] } paste = "1" +paste = { package = "pastey", version = "*" } maplit = "1" regex = "1" thiserror = "2"