[package] name = "mudbase" version = "0.1.4" edition = "2021" authors = ["Caleb Rutland "] description = "A library to help make developing MUDs in Rust a breeze" publish = true readme = "README.md" homepage = "https://github.com/DrVonDevious/mudbase" repository = "https://github.com/DrVonDevious/mudbase" changelog = "CHANGELOG.md" license = "MIT" keywords = ["game-engine", "tcp", "mud"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] mudbase_server = { path = "./mudbase_server", version = "0.1.0" } [workspaces] members = [ "mudbase_server" ]