[package] name = "size-rs" version = "0.1.0" edition = "2021" description = "Tells the size of some structures available on the system" authors = ["Laura Carpenter "] repository = "https://github.com/laura-projects/size-rs" keywords = ["struct", "libc", "size", "command-line", "linux"] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.4.4", features = ["derive"] } libc = "0.2.148"