diff --git a/Cargo.toml b/Cargo.toml index 68ed282..e765d10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,13 @@ name = "embedded-plots" version = "0.1.0" authors = ["MichaƂ Chodzikiewicz "] edition = "2018" +license-file = "LICENSE" +description = "Heapless plotting library for embedded targets based on embedded-graphics crate" +homepage = "https://gitlab.com/mchodzikiewicz/embedded-plots" +repository = "https://gitlab.com/mchodzikiewicz/embedded-plots" +readme = "README.md" +keywords = ["embedded", "plot", "graphics"] +categories = ["embedded","visualization"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..54e712e --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Embedded Plots +Heapless plotting library for small embedded targets, based on [embedded-graphics](https://crates.io/crates/embedded-graphics) +crate. + +This is very beginning of the development, however it is functional to the point where single plot can be drawn. \ No newline at end of file