Add current maintainers to author field of Cargo.toml files (#1053)

This commit is contained in:
Micah
2025-05-21 20:55:39 -07:00
committed by GitHub
parent b2c4f550ee
commit 227042d6b1
2 changed files with 10 additions and 2 deletions

View File

@@ -2,7 +2,11 @@
name = "memofs"
description = "Virtual filesystem with configurable backends."
version = "0.3.0"
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
authors = [
"Lucien Greathouse <me@lpghatguy.com>",
"Micah Reid <git@dekkonot.com>",
"Ken Loeffler <kenloef@gmail.com>",
]
edition = "2018"
readme = "README.md"
license = "MIT"