cargo-features = ["codegen-backend"] [package] name = "tameta" version = "0.2.2" edition = "2021" license = "MIT" description = "pomodoro is Italian for tomato, and tameta is Gujarati for tomato" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] colored = "2.1.0" notify-rust = "4.11.1" [profile.dev] debug = 0 codegen-backend = "cranelift" [profile.release] opt-level = "z" strip = true lto = true codegen-units = 1 panic = "abort"