[package] name = "mrpgi-vault" version = "0.1.0" edition = "2021" description = "The front door for monsterrobot.games/engine — tiny account + world-save service. Argon2 hashes, session cookies, JSON files on disk. No framework, no database." # Standalone on purpose (not a member of the parent workspace): it ships to # the VPS as a folder and builds there in a bare rust container. [workspace] [dependencies] tiny_http = "0.12" serde_json = "1" argon2 = "0.5" getrandom = "0.2" [profile.release] strip = true