Skip to content

Commit

Permalink
Document features.
Browse files Browse the repository at this point in the history
  • Loading branch information
clementwanjau committed May 9, 2024
1 parent c465216 commit 0d766e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ keywords = ["apexcharts", "wasm-charts", "visualization", "yew-charts", "leptos-
license = "Apache-2.0"
categories = ["wasm", "web-programming", "visualization"]
readme = "README.md"
rust-version = "1.71.0"

[lib]
crate-type = ["cdylib", "rlib"]

[features]
default = []
### This feature enables the leptos chart components
# This feature enables the leptos chart components.
leptos = ["dep:leptos"]
### This feature enables the yew chart components
# This feature enables the yew chart components.
yew = ["dep:yew", "dep:gloo"]

[dependencies]
Expand Down

0 comments on commit 0d766e4

Please sign in to comment.