rusqlite/Cargo.toml

11 lines
193 B
TOML
Raw Normal View History

2014-10-20 07:56:41 +08:00
[package]
name = "rusqlite"
2014-11-21 22:41:20 +08:00
version = "0.0.1"
2014-10-20 07:56:41 +08:00
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
[lib]
name = "rusqlite"
[dependencies.time]
git = "https://github.com/rust-lang/time"