[package] name = "sugiura-hiromichi_mylibrary" version = "1.1.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html license = "MIT" description = "my personal library" homepage = "https://github.com/sugiura-hiromichi/mylibrary" documentation = "https://github.com/sugiura-hiromichi/mylibrary" repository = "https://github.com/sugiura-hiromichi/mylibrary" readme = "README.md" [dependencies] anyhow = "1.0"