diff --git a/Cargo.toml b/Cargo.toml index d46898c9..3eac8ea1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,17 +1,15 @@ [package] name = "landlock" -version = "0.1.0" -authors = [ - "Mickaël Salaün ", - "Vincent Dagonneau " -] -edition = "2018" +version = "0.2.0" +edition = "2021" rust-version = "1.63" +authors = ["Mickaël Salaün "] description = "Landlock LSM helpers" homepage = "https://landlock.io" repository = "https://github.com/landlock-lsm/rust-landlock" license = "MIT OR Apache-2.0" keywords = ["access-control", "linux", "sandbox", "security"] +categories = ["api-bindings", "os::linux-apis", "virtualization", "filesystem"] exclude = [".gitignore"] readme = "README.md"