diff options
| author | Adam Greig <adam@adamgreig.com> | 2021-08-15 13:04:18 +0100 |
|---|---|---|
| committer | Adam Greig <adam@adamgreig.com> | 2021-08-15 13:04:18 +0100 |
| commit | 58af3ecbfb571cabe8bfbcdd9ec1d469b579ae25 (patch) | |
| tree | f295bfbf245ebc3ad8af2bb213ce7ad80472b459 /Cargo.toml | |
| parent | e94d9dcac90b4b0622f573656f32883807381145 (diff) | |
Add Github Actions and stm32ral dev-dep for doctests.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,5 +8,9 @@ repository = "https://github.com/adamgreig/ral-registers" license = "MIT OR Apache-2.0" keywords = ["mmio", "embedded"] categories = ["embedded", "no-std"] +autoexamples = false [dependencies] + +[dev-dependencies] +stm32ral = { version = "0.5.0", features = ["stm32f0x0"] } |
