aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md3
-rw-r--r--testing/Cargo.toml1
2 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index 4c95078..efbf4b1 100644
--- a/README.md
+++ b/README.md
@@ -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 = []