gamedig / rust-gamedig

Game Server Query Library.
https://crates.io/crates/gamedig
MIT License
35 stars 10 forks source link

unused manifest key: workspace.name #170

Closed CosminPerRam closed 6 months ago

CosminPerRam commented 7 months ago

When running cargo b, the following warning yields: warning: <my local file path>\Cargo.toml: unused manifest key: workspace.name. This line was added in #126.

@cainthebest (referenced PR author) is this alright to remove?

cainthebest commented 6 months ago

It should be good to just remove that field as discussed in discord.

cainthebest commented 6 months ago

Fixed in #174