diff --git a/Cargo.toml b/Cargo.toml index 7884f01b..dbe2e21a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ documentation = "https://docs.rs/cortex-m" keywords = ["arm", "cortex-m", "register", "peripheral"] license = "MIT OR Apache-2.0" name = "cortex-m" +readme = "README.md" repository = "https://github.com/japaric/cortex-m" version = "0.5.7" @@ -17,4 +18,4 @@ volatile-register = "0.2.0" [features] cm7-r0p1 = [] const-fn = ["bare-metal/const-fn"] -inline-asm = [] \ No newline at end of file +inline-asm = []