add rusqlite

This commit is contained in:
2020-02-10 22:05:45 +08:00
parent 55f30e06ee
commit 793e47a759
3 changed files with 191 additions and 0 deletions

12
rusqlite/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "rusqlite"
version = "0.1.0"
authors = ["Hatter Jiang@Pixelbook <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rusqlite = "0.21.0"
time = "0.1.0"