[package] name = "GoodSql" version = "0.1.1" edition = "2021" description = "Module help programmers to use sqlite" authors = ["Ice "] readme = "README.md" repository = "https://github.com/ArabShadows/GoodSql/" homepage = "https://t.me/GoodSql" license = "MIT OR Apache-2.0" keywords = ["GoodSql", "Sql", "Sqlite"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rusqlite = "0.29.0"