diff options
author | pommicket <pommicket@gmail.com> | 2023-09-04 18:46:27 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-09-04 18:46:27 -0400 |
commit | 26befe536c56d0e8ff47d07bdc1d64086fdc0394 (patch) | |
tree | 9fe96174d6f82371de6e1763a6205f5cdf974c83 /Cargo.toml | |
parent | 7f7c4845e0ad01b229f30769708fad5fe7f72e1e (diff) |
adler feature, etc.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,5 +9,6 @@ edition = "2021" png = "0.17.10" [features] -std = [] default = ["std"] +std = [] +adler = [] |