[package] name = "typo" version = "0.0.1" authors = ["Simon Bugge Siggaard "] edition = "2018" license = "MIT" description = "A typing tutor that personalizes the prompts based on your specific needs" homepage = "https://github.com/buggaarde/typo" repository = "https://github.com/buggaarde/typo" readme = "README.md" include = [ "**/*.rs", "Cargo.toml", "README.md" ] [dependencies]