feather-rs / feather

A Minecraft server implementation in Rust
Apache License 2.0
2.58k stars 143 forks source link

Added 'cargo-quill new', and minimal docs. #489

Open Miro-Andrin opened 2 years ago

Miro-Andrin commented 2 years ago

Add 'new' command to cargo-quill.

Status

Description

Added 'cargo-quill new' that works similar to cargo new, but that makes the library, a cdynlib, and marks quill as a dependency.

Related issues

457

Checklist

Note: if you locally don't get any errors, but GitHub Actions fails (especially at clippy) you might want to check your rust toolchain version. You can then feel free to fix these warnings/errors in your PR.

tim-kt commented 2 years ago

Works on Windows 11.