[package] name = "xenopeltis-common" version = "0.2.1" edition = "2021" authors = ["Daniel He "] description = "Common files shared by xenopeltis server and client" repository = "https://github.com/0xdh/xenopeltis" license = "MIT" workspace = ".." [dependencies] rand = "0.8.4" serde = { version = "1.0.133", features = ["derive"] }