summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: c67ae60d1f2fa12517f0134c4f683a0400f346ce (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "pi"
version = "0.1.0"
authors = ["Dennis Kobert <dennis@kobert.dev>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
gpio = "0.4"