[package] name = "ms_pac" version = "0.0.4" description = "Data types of [MS-PAC]" authors = ["Eloy "] edition = "2018" license = "AGPL-3.0" repository = "https://gitlab.com/Zer1t0/ms_data" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ms_dtyp = { version = "0.0", path = "../ms_dtyp"} ms_adts = { version = "0.0", path = "../ms_adts"} [dev-dependencies] ms_samr = { version = "0.0", path = "../ms_samr"}