mirror of
https://gitea.tendokyu.moe/ppc/amnet.git
synced 2026-09-27 09:23:03 +03:00
create cargo workspace
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
[workspace]
|
||||
members = ["amnet-server"]
|
||||
resolver = "3"
|
||||
|
||||
[workspace.package]
|
||||
version = "2.0.0"
|
||||
authors = ["ppc"]
|
||||
description = "AMNet IC Card Switcher"
|
||||
@@ -3,6 +3,10 @@ name = "amnet-server"
|
||||
version = "2.0.0"
|
||||
edition = "2024"
|
||||
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
description.workspace = true
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user