mirror of
https://codeberg.org/insects/cargo-spiel
synced 2025-05-23 10:33:42 +00:00
chore: add more meta fields to Cargo.toml
This commit is contained in:
parent
a7907c8a37
commit
91f29ec4e7
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ description = "Run a playground connected to a Cargo project locally"
|
||||||
version = "0.1.1"
|
version = "0.1.1"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
exclude = ["/frontend"]
|
repository = "https://codeberg.org/insects/cargo-spiel"
|
||||||
|
homepage = "https://codeberg.org/insects/cargo-spiel"
|
||||||
include = ["/public", "/src"]
|
include = ["/public", "/src"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue