diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | testing/Cargo.toml | 1 |
2 files changed, 0 insertions, 4 deletions
@@ -56,9 +56,6 @@ How to get started First, add the following to your crate's `Cargo.toml`: ```toml -# in section [package] -build = "build.rs" - # in section [dependencies] askama = "0.5" diff --git a/testing/Cargo.toml b/testing/Cargo.toml index 323635a..06fdf56 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -3,7 +3,6 @@ name = "askama_testing" version = "0.1.0" authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"] workspace = ".." -build = "build.rs" [features] default = [] |