init library
This commit is contained in:
parent
8b0655d655
commit
0d330126fe
4 changed files with 942 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "wikidata"
|
||||
version = "0.1.0"
|
||||
authors = ["Smitty <me@smitop.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
chrono = { version = "0.4.19", features = ["std", "serde", "clock"], default-features = false }
|
||||
serde = { version = "1.0.126", features = ["derive"] }
|
||||
json = "0.12.4"
|
||||
lazy_static = "1.4.0"
|
Loading…
Add table
Add a link
Reference in a new issue