[package] name = "typing" version = "0.1.0" authors = ["Phodal Huang "] edition = "2018" license = "MIT" readme = "README.md" repository = "https://github.com/phodal/typing" documentation = "https://github.com/phodal/typing" homepage = "https://github.com/phodal/typing" description = """ typing is a type write tools. """ categories = ["text-processing"] exclude = [ "_fixtures", "docs", ".github", ".travis.yml", ] [dependencies]