Some checks failed
Build and Test / friends (push) Successful in 9m35s
Build and Test / wii-u-chat (push) Has been cancelled
Build and Test / puyopuyo (push) Has been cancelled
Build and Test / sonic-transformed (push) Has been cancelled
Build and Test / super-mario-maker (push) Has been cancelled
Build and Test / minecraft-wiiu (push) Has been cancelled
Build and Test / wii-sports-club (push) Has been cancelled
Build and Test / splatoon (push) Has been cancelled
Build and Test / splatoon-testfire (push) Has been cancelled
Build and Test / fast-racing-neo (push) Has been cancelled
Build and Test / mario-tennis (push) Has been cancelled
15 lines
239 B
TOML
15 lines
239 B
TOML
[package]
|
|
name = "rnex-ds-protos"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
ctor = "1.0.8"
|
|
rnex-rmc = { path = "../../rnex-rmc" }
|
|
rnex-base-protos = { path = "../base-protos" }
|
|
|
|
[features]
|
|
datastore = []
|
|
|
|
[lints]
|
|
workspace = true
|