parent
b5f731aefe
commit
db76004e82
@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "libticker"
|
||||
version = "0.1.0"
|
||||
authors = ["Astro <astro@spaceboyz.net>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
diesel = { version = "~1", features = ["postgres", "chrono"] }
|
||||
chrono = "~0.4"
|
||||
serde = { version = "~1.0", features = ["derive"] }
|
||||
serde_yaml = "~0.8"
|
@ -0,0 +1,7 @@
|
||||
#[macro_use]
|
||||
extern crate diesel;
|
||||
|
||||
pub mod config;
|
||||
pub mod ics;
|
||||
pub mod model;
|
||||
pub mod schema;
|
Loading…
Reference in new issue