[package] name = "cr4t3_2" version = "4.0.0" edition = '2021' description = "A package that uses a function called inpt to ask basic user input and prints the final information" repository = "https://github.com/Swoiksdmop/Test-cr4t3" license = "MIT" readme = "README.md" authors = ["Ethanol "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "lib" path = "src/lib.rs" [dependencies] cr4t3 = "3.0.0"