From 0d766e4f297456274698a1d1e3be2df69ab2bd95 Mon Sep 17 00:00:00 2001 From: clement Date: Thu, 9 May 2024 05:23:51 +0300 Subject: [PATCH] Document features. --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 50d5e25..05ee6cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]