take toml out of client

This commit is contained in:
Adam 2024-01-24 22:03:13 -05:00
parent 9811aeba2d
commit 568ff0837c

View file

@ -16,7 +16,7 @@ cfg-if.workspace = true
thiserror.workspace = true thiserror.workspace = true
serde = "1.0.195" serde = "1.0.195"
femark = { version = "0.1.5", optional = true } femark = { version = "0.1.5", optional = true }
toml = "0.8.8" toml = { version = "0.8.8", optional = true }
[features] [features]
default = [] default = []
@ -27,6 +27,7 @@ ssr = [
"leptos_router/ssr", "leptos_router/ssr",
"dep:leptos_axum", "dep:leptos_axum",
"dep:femark", "dep:femark",
"dep:toml",
] ]
[package.metadata.cargo-all-features] [package.metadata.cargo-all-features]