mirror of
https://codeberg.org/insects/cargo-spiel
synced 2025-05-23 18:43:42 +00:00
fix: properly include public/
in published crate
This commit is contained in:
parent
dc85a393cf
commit
a7907c8a37
4 changed files with 6 additions and 4 deletions
|
@ -1,9 +1,11 @@
|
|||
[package]
|
||||
name = "cargo-spiel"
|
||||
description = "Run a playground connected to a Cargo project locally"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
license = "MIT"
|
||||
edition = "2024"
|
||||
exclude = ["/frontend"]
|
||||
include = ["/public", "/src"]
|
||||
|
||||
[dependencies]
|
||||
axum = { version = "0.8.4", features = ["macros"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue