[package] name = "castle-core" description = "CastleCore - Core engine for Altenstein (and same projects)" version = "0.0.12" authors = ["KatCote"] edition = "2021" repository = "https://github.com/KatCote/castle-core" readme = "README.md" license = "MIT" exclude = ["target", "Cargo.lock"] [lib] name = "castlecore" path = "src/lib.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] console = "0.15.7" crossterm = "0.27.0"