summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2017-09-22 11:47:30 -0400
committerDeterminant <ted.sybil@gmail.com>2017-09-22 11:47:30 -0400
commitb7764c3924a6c886ec81a07c079a85a77464a39c (patch)
tree07029b1a94a910f71f4f2b3a8c6cb90589418335 /Cargo.toml
parent8ee7b5801a01cc3e856a04dce154e25c67751bb3 (diff)
clean up code
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 332dd58..77c6244 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
-name = "bluepill-ds3231"
-description = "Test the communication with DS3231"
+name = "bluepill-bcdclock"
+description = "A BCD clock using DS3231"
authors = ["Ted Yin <tederminant@gmail.com>"]
keywords = ["no-std", "arm", "cortex-m", "stm32"]
license = "GPL-3.0"