Skip to content

Commit

Permalink
Create Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowda committed Jul 1, 2022
1 parent fc9fd05 commit 8f78d9f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[package]

name = "lis2de12"
version = "0.0.2"
authors = ["Conor Forde"]
edition = '2018'

repository = "https://www.github.com/Snowda/LIS2DE12"

description = "LIS2DE12 driver"
keywords = ["LIS2DE12", "hardware", "accelerometer"]

[[bin]]
name = "test"
path = "src/lib.rs"

[dependencies]
embedded-hal = "0.2.6"

0 comments on commit 8f78d9f

Please sign in to comment.