Skip to content

Commit 7ccf206

Browse files
committed
tests: docs: use skeptic to verify examples
PR opened to add support for `no_run` Signed-off-by: Paul Osborne <[email protected]>
1 parent 31956c1 commit 7ccf206

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22

33
name = "i2cdev"
4+
build = "build.rs"
45
version = "0.3.0"
56
authors = ["Paul Osborne <[email protected]>"]
67
license = "MIT/Apache-2.0"
@@ -21,3 +22,7 @@ nix = "^0.5.0"
2122

2223
[dev-dependencies]
2324
docopt = "^0.6.78"
25+
skeptic = "0.4"
26+
27+
[build-dependencies]
28+
skeptic = "0.4"

0 commit comments

Comments
 (0)