~starkingdoms/starkingdoms

ref: eabc84c8e290163d25ea21f153ae811bf09fc23a starkingdoms/crates/common/Cargo.toml -rw-r--r-- 291 bytes
eabc84c8 — core feat: add basic save file authentication infrastructure 12 hours ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "starkingdoms-common"
version = "0.1.0"
edition = "2024"

[dependencies]
serde = { version = "1", features = ["derive"] }
postcard = { version = "1", features = ["alloc"] }
ed25519-dalek = { version = "2", features = ["serde"] }
base64 = { version = "0.22" }
thiserror = "2"