Skip to content

Commit fb518a3

Browse files
committed
Update metadata
1 parent 4ca822c commit fb518a3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
[package]
22
name = "fex-emu-rootfs-generator"
33
version = "0.1.0"
4+
authors = ["Davide Cavalca <[email protected]>", "Alyssa Rosenzweig <[email protected]>"]
45
edition = "2024"
6+
description = "systemd generator for the FEX RootFS"
7+
repository = "https://github.com/AsahiLinux/fex-rootfs-systemd-generator.git"
8+
homepage = "https://github.com/AsahiLinux/fex-rootfs-systemd-generator"
9+
license = "MIT"
10+
categories = ["emulators"]
11+
keywords = ["asahi"]
512

613
[dependencies]
714
libsystemd = "0.7.2"

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024 Davide Cavalca
1+
Copyright (c) 2025 Davide Cavalca, Alyssa Rosenzweig
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)