[package] name = "first" version = "0.1.0" authors = ["Gustav Sörnäs "] edition = "2018" [dependencies] panic-halt = "0.2.0" nb = "0.1.2" ufmt = "0.1.0" avr-device = "0.3" dht11 = "0.3" [dependencies.arduino-uno] git = "https://github.com/rahix/avr-hal" rev = "a202778" # Configure the build for minimal size [profile.dev] panic = "abort" lto = true opt-level = "s" [profile.release] panic = "abort" codegen-units = 1 debug = true lto = true opt-level = "s"