From 45d7335d8e18410728a0384fd6456c609aec3be8 Mon Sep 17 00:00:00 2001 From: Tobias Wiese Date: Mon, 26 Jan 2026 03:11:14 +0100 Subject: Initial commit --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..c2fd8ba --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "iec16022" +version = "0.1.0" +edition = "2024" +license = "GPL-3.0-or-later" + +[dependencies] +libc = "0.2" -- cgit v1.2.3