Files
rust-otus/smart-house/power_socket_lib/Cargo.toml
2026-04-27 23:02:53 +03:00

10 lines
139 B
TOML

[package]
name = "power_socket_lib"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["rlib", "staticlib", "cdylib"]
[dependencies]