diff options
| author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2025-09-08 12:49:44 +0200 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-09-17 19:00:56 +0200 |
| commit | d85df9a8e2436d1243a28f580e1bf155519dfdfe (patch) | |
| tree | b2e6806ea149898e4bc7aa7193fe00d8b2aeacd8 /rust | |
| parent | f665219b03dda114539c637c50c748a2ebd73c82 (diff) | |
| download | focaccia-qemu-d85df9a8e2436d1243a28f580e1bf155519dfdfe.tar.gz focaccia-qemu-d85df9a8e2436d1243a28f580e1bf155519dfdfe.zip | |
rust: add workspace authors
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Link: https://lore.kernel.org/r/20250827104147.717203-4-marcandre.lureau@redhat.com Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'rust')
| -rw-r--r-- | rust/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml index d98d2b7702..cd4bf8ef8e 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -15,6 +15,7 @@ license = "GPL-2.0-or-later" repository = "https://gitlab.com/qemu-project/qemu/" # don't forget to update docs/devel/rust.rst msrv rust-version = "1.83.0" +authors = ["The QEMU Project Developers <qemu-devel@nongnu.org>"] [workspace.dependencies] anyhow = "~1.0" |