[package] name = "rust_learn_ted" version = "0.1.0" description = "rust_learn_ted is a collection if untilities to make prerfroming certain calculations more convenient" edition = "2021" authors = ["ted"] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [profile.dev] opt-level = 1 [profile.release] opt-level = 3