Remove unused dependencies
This commit is contained in:
parent
a9b4b7149f
commit
a131c16360
|
@ -8,9 +8,5 @@ description = "Low level access to the VexRiscv processor"
|
||||||
keywords = ["riscv", "register", "peripheral", "vexriscv"]
|
keywords = ["riscv", "register", "peripheral", "vexriscv"]
|
||||||
license = "ISC"
|
license = "ISC"
|
||||||
|
|
||||||
[dependencies]
|
|
||||||
bare-metal = ">=0.2.0,<0.2.5"
|
|
||||||
bit_field = "0.9.0"
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
inline-asm = []
|
inline-asm = []
|
||||||
|
|
|
@ -18,7 +18,4 @@
|
||||||
#![no_std]
|
#![no_std]
|
||||||
#![cfg_attr(feature = "inline-asm", feature(asm))]
|
#![cfg_attr(feature = "inline-asm", feature(asm))]
|
||||||
|
|
||||||
extern crate bare_metal;
|
|
||||||
extern crate bit_field;
|
|
||||||
|
|
||||||
pub mod register;
|
pub mod register;
|
||||||
|
|
Loading…
Reference in New Issue