mirror of
https://gitlab.com/feliix42/embedded-plots.git
synced 2024-11-22 09:56:31 +00:00
16 lines
354 B
TOML
16 lines
354 B
TOML
[package]
|
|
name = "embedded-plots"
|
|
version = "0.1.0"
|
|
authors = ["Michał Chodzikiewicz <mchodzikiewicz@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
embedded-graphics = "0.6.0"
|
|
|
|
|
|
[dev-dependencies]
|
|
embedded-graphics-simulator = "0.2.1"
|
|
test-case = "1.0.0"
|
|
|