take toml out of client
This commit is contained in:
parent
9811aeba2d
commit
568ff0837c
1 changed files with 2 additions and 1 deletions
|
@ -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]
|
||||||
|
|
Loading…
Add table
Reference in a new issue