[package] name = "tudor-sql" version = "0.2.0" authors = ["Martino Visintin "] edition = "2018" license = "MIT" description = "Does sql stuff to todo.txt files" homepage = "https://vapor.visint.in/1_rings/tudor/3-todo-sql/" repository = "https://gitlab.com/tudor.visint.in/tudor-sql/" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "2.33.3" log = "0.4.11" nanoid = "0.3.0" pest = "2.1.3" pest_consume = "1.0.6" pest_derive = "2.1.0" time = "0.2.23" typed-builder = "0.8.0" [dev-dependencies] pretty_assertions = "0.6.1" simplelog = "0.9.0"