added metadata to Cargo.toml

This commit is contained in:
2025-12-15 21:36:43 +01:00
parent 9ddf5db6e0
commit 7f6da12ee1

View File

@@ -2,6 +2,11 @@
name = "as7265x"
version = "0.1.0"
edition = "2024"
license = "Apache-2.0"
description = "Driver for the AS7265x"
readme = "README.md"
repository = "https://git.kapelle.org/niklas/as7265x-rust"
homepage = "https://git.kapelle.org/niklas/as7265x-rust"
[dependencies]
embedded-hal = "1.0.0"