diff --git a/Cargo.toml b/Cargo.toml index ed196b5c4..1cc635dfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,13 +2,13 @@ name = "littlefs2" description = "Idiomatic Rust API for littlefs" version = "0.4.0" -authors = ["Nicolas Stalder ", "Brandon Edens "] -edition = "2018" +authors = ["Nicolas Stalder ", "Brandon Edens ", "The Trussed developers"] +edition = "2021" license = "Apache-2.0 OR MIT" readme = "README.md" categories = ["embedded", "filesystem", "no-std"] -repository = "https://github.com/nickray/littlefs2" -resolver = "2" +repository = "https://github.com/trussed-dev/littlefs2" +documentation = "https://docs.rs/littlefs2" [dependencies] bitflags = "1"