~starkingdoms/starkingdoms

ref: eac9f535be64110c92c281b2eb829c8be8998c36 starkingdoms/crates/common/Cargo.toml -rw-r--r-- 291 bytes
eac9f535 — core feat: add basic save file authentication infrastructure a day 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"