[package] authors = ["the rp-rs team", "René Ladan "] description = "DCF77 and MSF receiver on a Raspberry Pi Pico" license = "MIT OR Apache-2.0" repository = "https://codeberg.org/rene0/rp-rs-radio-clock" edition = "2021" readme = "README.md" name = "rp-rs-radio-clock" version = "1.0.1" [dependencies] cortex-m = "0.7" cortex-m-rt = "0.7" defmt-rtt = "0.4" embedded-hal = "1.0" fugit = "0.3" hd44780-driver = "0.4" heapless = "0.8" panic-halt = "1.0" rp-pico = "0.9" # Hardware-independent dcf77_utils = "1.0" msf60_utils = "1.0" radio_datetime_utils = "1.0"