[package] name = "babalcore" version = "0.5.1" authors = ["Christian Mauduit (ufoot) "] edition = "2018" description = "Babal core logic library, low-level things which are game-engine agnostic." license = "Unlicense" documentation = "https://docs.rs/crate/babalcore" homepage = "https://ufoot.org/babal" repository = "https://gitlab.com/ufoot/babal/tree/master/rust/babalcore" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.7" bincode = "1.3" euclid = "0.22"