From f6340e4d1f6bd9356830e0c73f0bd813912ea2cc Mon Sep 17 00:00:00 2001 From: Determinant Date: Thu, 21 Sep 2017 15:50:48 -0400 Subject: init --- Cargo.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..332dd58 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,22 @@ +[package] +name = "bluepill-ds3231" +description = "Test the communication with DS3231" +authors = ["Ted Yin "] +keywords = ["no-std", "arm", "cortex-m", "stm32"] +license = "GPL-3.0" +version = "0.1.0" + +[dependencies.stm32f103xx] +features = ["rt"] +version = "0.7.2" + +[dependencies.cortex-m-rt] +version = "0.3.5" +features = ["abort-on-panic"] + +[dependencies.cortex-m] +version = "0.3.0" + +[profile.release] +debug = true +lto = true -- cgit v1.2.3