[package] name = "grate" version = "1.0.0" edition = "2021" authors = ["Shayne O'Sullivan "] license ="MIT" readme = "README.md" homepage = "https://github.com/shayneo/grate" repository = "https://github.com/shayneo/grate" description = "a simple cli for generating migration files" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.0", features = ["derive"] } chrono = "0.4.37"