diff options
Diffstat (limited to 'core')
| -rw-r--r-- | core/Cargo.toml | 6 | ||||
| -rw-r--r-- | core/server_test/Cargo.toml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 1746c8e..7d0295f 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "phantomlink-gamepad-core" -authors = [ "Weicao-CatilGrass" ] +authors = [ "CatilGrass" ] description = "A mobile device control solution for local multiplayer gaming, featuring an in-game interface, controller client, and support for universal devices." -homepage = "https://github.com/Weicao-CatilGrass/PhantomLink-Gamepad" -repository = "https://github.com/Weicao-CatilGrass/PhantomLink-Gamepad" +homepage = "https://github.com/CatilGrass/PhantomLink-Gamepad" +repository = "https://github.com/CatilGrass/PhantomLink-Gamepad" readme = "../README.md" version = "0.1.0" diff --git a/core/server_test/Cargo.toml b/core/server_test/Cargo.toml index 75dc6c8..192aac9 100644 --- a/core/server_test/Cargo.toml +++ b/core/server_test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phantomlink-server-test" -authors = [ "Weicao-CatilGrass" ] +authors = [ "CatilGrass" ] version = "0.1.0" edition = "2024" |
