[package] name = "rkmstools" description = "Tool to dump DRM/KMS infomation." version = "0.1.1" authors = ["Seimizu Joukan "] edition = "2018" repository = "https://gitlab.com/joukan/kmstools.git" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "rkmsinfo" path = "src/kmsinfo.rs" [dependencies] drm = "0.5.0" clap = { version="3.1.18", features=["cargo"] } edid = "0.3.0"