[package] name = "memedit" version = "0.1.0" edition = "2021" description = "Memory editor library and TUI binary" authors = ["James McMurray "] license = "GPL-3.0-or-later" repository = "https://github.com/jamesmcm/memedit" homepage = "https://github.com/jamesmcm/memedit" readme = "README.md" keywords = ["memedit", "memory", "tsearch", "gameconqueror", "memscan"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] # Consider disabling default features - chrono procfs = "0.15.1" # Bin only: anyhow = "1.0.71" cursive = "0.20.0"