Skip to content

Commit

Permalink
add ai dependency correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Jun 4, 2024
1 parent c82ae90 commit f4bd701
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
22 changes: 22 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ firebase-js-rs = "0.1.1"
serde-wasm-bindgen = "0.6.5"
argon2 = "0.5.3"
ron = "0.8.1"
actix_block_ai_crawling = {version = "0.2.8", optional = true}

[features]
csr = ["leptos/csr", "leptos_meta/csr", "leptos_router/csr"]
Expand All @@ -56,7 +57,8 @@ ssr = [
"leptos/ssr",
"leptos_meta/ssr",
"leptos_router/ssr",
"leptos_i18n/actix",
"leptos_i18n/actix",
"dep:actix_block_ai_crawling"
]

[package.metadata.cargo-all-features]
Expand Down

0 comments on commit f4bd701

Please sign in to comment.