diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-04-23 13:39:59 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-04-23 13:40:39 +0200 |
commit | f959d836908aa2d6a8c9a29b0236593ea85d9734 (patch) | |
tree | 479f7f330bc3aac4b549d737fe08730cabe0973e /testing/Cargo.toml | |
parent | 4633dd989c58e7707f681c0ffd651c8b5336d5a9 (diff) | |
download | askama-f959d836908aa2d6a8c9a29b0236593ea85d9734.tar.gz askama-f959d836908aa2d6a8c9a29b0236593ea85d9734.tar.bz2 askama-f959d836908aa2d6a8c9a29b0236593ea85d9734.zip |
Set publish = false on testing crate
Diffstat (limited to '')
-rw-r--r-- | testing/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/Cargo.toml b/testing/Cargo.toml index ff2b137..64f9095 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"] workspace = ".." edition = "2018" +publish = false [features] default = ["serde_json", "askama/serde-json"] |