This commit is contained in:
2025-12-25 13:59:50 +01:00
commit 24611e05c9
206 changed files with 13603 additions and 0 deletions

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "cupcontrol"
version = "0.1.0"
edition = "2024"
[dependencies]
scp_core = { path = "./scp_core" }