Files
littlefs2-sys/Cargo.toml
T
Robin Krahl 4b2b82c4f3 Fix code generation with multiversion feature and release v0.3.1
During rebasing of https://github.com/trussed-dev/littlefs2-sys/pull/19,
the line that enables the LFS_MULTIVERSION feature flag not only for the
compilation but also for the code generation somehow got lost.  This
patch updates the build script and prepares the bugfix release v0.3.1.
2025-02-26 16:07:05 +01:00

22 lines
547 B
TOML

[package]
name = "littlefs2-sys"
description = "Low-level bindings to littlefs"
version = "0.3.1"
authors = ["Nicolas Stalder <n@stalder.io>", "The Trussed Developers"]
edition = "2018"
license = "BSD-3-Clause"
readme = "README.md"
categories = ["embedded", "filesystem", "no-std"]
repository = "https://github.com/nickray/littlefs2-sys"
[build-dependencies]
bindgen = { version = "0.70.1", default-features = false , features = ["runtime"] }
cc = "1"
[features]
assertions = []
trace = []
malloc = []
software-intrinsics = []
multiversion = []