X-Git-Url: https://git.patrickod.com/tor.noisebridge.net/tree/src/App.css?a=blobdiff_plain;f=keywing%2FCargo.toml;fp=keywing%2FCargo.toml;h=b5fdcac0f3d5b2c5cfd2e7b9192a6e1338ac0b3e;hb=2c5a6ce701efb11787525a42b6ced9957e32e6ca;hp=e1f5723c32b9083ee20eb8e7b7367fec4786dc2b;hpb=ae7e9009c24193d06daa77bdfcde9caeb37053e4;p=keywing-rs.git diff --git a/keywing/Cargo.toml b/keywing/Cargo.toml index e1f5723..b5fdcac 100644 --- a/keywing/Cargo.toml +++ b/keywing/Cargo.toml @@ -1,7 +1,7 @@ [package] -name = "tiny-nrf52" +name = "keywing" version = "0.1.0" -authors = ["James Munns "] +authors = ["Patrick O'Doherty "] edition = "2018" [dependencies] @@ -21,15 +21,14 @@ path = "../ili9341-rs" version = "0.1.0" path = "../bbq10kbd" -[dependencies.nrf52840-hal] -version = "0.10.0" -features = ["rt"] - [dependencies.panic-persist] version = "0.2.1" default-features = false features = ["utf8"] +[dependencies.feather_m4] +version = "0.5.0" + [profile.dev] lto = true panic = "abort" @@ -39,12 +38,6 @@ codegen-units = 1 opt-level = 0 [profile.release] -lto = true -panic = "abort" -debug = true -incremental = false -codegen-units = 1 -opt-level = 's' - -[patch.crates-io] -nrf-hal-common = { path = "../nrf-hal/nrf-hal-common" } +debug = true +lto = true +opt-level = "s" \ No newline at end of file