Skip to content

Commit

Permalink
Fix up Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nickray committed Feb 7, 2023
1 parent 6b02d54 commit fd178ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
name = "littlefs2"
description = "Idiomatic Rust API for littlefs"
version = "0.4.0"
authors = ["Nicolas Stalder <[email protected]>", "Brandon Edens <[email protected]>"]
edition = "2018"
authors = ["Nicolas Stalder <[email protected]>", "Brandon Edens <[email protected]>", "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"
Expand Down

0 comments on commit fd178ba

Please sign in to comment.