[package] name = "yamlist" description = "Program for converting and patching motion_list.bin files" repository = "https://github.com/ultimate-research/motion_lib" license = "MIT" version = "0.1.2" authors = ["BenHall-7 "] edition = "2021" [dependencies] clap = { version = "4", features = ["derive"] } motion_list_rs = { version = "1.4.2", path = ".." } serde_yaml = "0.9"