summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-09-04 18:46:27 -0400
committerpommicket <pommicket@gmail.com>2023-09-04 18:46:27 -0400
commit26befe536c56d0e8ff47d07bdc1d64086fdc0394 (patch)
tree9fe96174d6f82371de6e1763a6205f5cdf974c83 /Cargo.toml
parent7f7c4845e0ad01b229f30769708fad5fe7f72e1e (diff)
adler feature, etc.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 28afab4..37e7c99 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,5 +9,6 @@ edition = "2021"
png = "0.17.10"
[features]
-std = []
default = ["std"]
+std = []
+adler = []