Skip to content

Commit

Permalink
Provide a readme in the cargo.toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
clementwanjau committed May 4, 2024
1 parent 1b5b159 commit 654f727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ name = "apexcharts-rs"
description = "Rust WASM bindings for ApexCharts"
authors = ["Clement Wanjau <clementwanjau@gmail.com>"]
repository = "https://github.com/clementwanjau/apexcharts-rs"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license-file = "LICENSE"
keywords = ["apexcharts", "wasm", "rust", "web"]
readme = "README.md"

[lib]
crate-type = ["cdylib"]
Expand Down
File renamed without changes.

0 comments on commit 654f727

Please sign in to comment.