Add missing shared library

This commit is contained in:
GW_MC
2025-11-13 20:34:29 +08:00
parent 25c0756e70
commit 6138e4b2b3
4 changed files with 40 additions and 0 deletions

10
public/shared/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "shared"
version = "0.1.0"
edition = "2024"
[lib]
path = "src/lib.rs"
[lints]
workspace = true