// Package manifest for the Zig binding.
//
// `.paths` deliberately reaches outside this directory: the binding is a wrapper over the C ABI
// declared in ../include, and the build compiles ../ (the Rust crate) to produce the library it
// links. Shipping the header without the source that generates the library would give a consumer a
// package that cannot build.
.{
.name = .ferrotherm,
.version = "0.9.0",
.minimum_zig_version = "0.16.0",
.fingerprint = 0xd771a4733b9b84a1,
.dependencies = .{},
.paths = .{
"build.zig",
"build.zig.zon",
"ferrotherm.zig",
"../include",
"../src",
"../Cargo.toml",
"../Cargo.lock",
"../LICENSE",
},
}