mirror of
https://github.com/laanwj/k210-sdk-stuff.git
synced 2024-11-22 17:36:20 +04:00
71b427b188
Add `weather` demo, also extend console as necessary to handle wttr.in's escape codes.
17 lines
461 B
TOML
17 lines
461 B
TOML
[package]
|
|
name = "weather"
|
|
version = "0.1.0"
|
|
authors = ["W.J. van der Laan <laanwj@protonmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
embedded-hal = { version = "0.2.1", features = ["unproven"] }
|
|
nb = "0.1.1"
|
|
riscv-rt = "0.5.0"
|
|
k210-hal = "0.1.0"
|
|
riscv = "0.5"
|
|
k210-shared = { path = "../k210-shared" }
|
|
k210-console = { path = "../k210-console" }
|
|
esp8266at = { path = "../esp8266at", default-features = false }
|
|
nom = { version = "4", default-features = false }
|