chore: inherit grass from virtual manifest
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I89cef078ccd7682308292996b5d527636a6a6964
This commit is contained in:
parent
422e21aaf1
commit
310690ca67
2 changed files with 10 additions and 9 deletions
|
|
@ -95,6 +95,7 @@ tempfile = "3.26.0"
|
||||||
utoipa = { version = "5.4.0", features = ["axum_extras", "uuid", "chrono"] }
|
utoipa = { version = "5.4.0", features = ["axum_extras", "uuid", "chrono"] }
|
||||||
utoipa-axum = { version = "0.2.0" }
|
utoipa-axum = { version = "0.2.0" }
|
||||||
utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] }
|
utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] }
|
||||||
|
grass = "0.13.4"
|
||||||
|
|
||||||
# See:
|
# See:
|
||||||
# <https://doc.rust-lang.org/rustc/lints/listing/allowed-by-default.html>
|
# <https://doc.rust-lang.org/rustc/lints/listing/allowed-by-default.html>
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,12 @@ edition.workspace = true
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
|
||||||
|
[features]
|
||||||
|
default = ["web"]
|
||||||
|
web = ["dioxus/web"]
|
||||||
|
desktop = ["dioxus/desktop"]
|
||||||
|
mobile = ["dioxus/mobile"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde = { workspace = true }
|
serde = { workspace = true }
|
||||||
serde_json = { workspace = true }
|
serde_json = { workspace = true }
|
||||||
|
|
@ -30,14 +36,8 @@ urlencoding = { workspace = true }
|
||||||
pinakes-plugin-api = { workspace = true }
|
pinakes-plugin-api = { workspace = true }
|
||||||
rustc-hash = { workspace = true }
|
rustc-hash = { workspace = true }
|
||||||
|
|
||||||
|
[build-dependencies]
|
||||||
|
grass = { workspace = true }
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|
||||||
[features]
|
|
||||||
default = ["web"]
|
|
||||||
web = ["dioxus/web"]
|
|
||||||
desktop = ["dioxus/desktop"]
|
|
||||||
mobile = ["dioxus/mobile"]
|
|
||||||
|
|
||||||
[build-dependencies]
|
|
||||||
grass = "0.13"
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue