Merge pull request #345 from djmitche/reexport-chrono
Re-export the chrono crate from taskchampion.
This commit is contained in:
@@ -7,7 +7,6 @@ publish = false
|
||||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
chrono = { version = "^0.4.10", features = ["serde"] }
|
||||
taskchampion = { path = "../taskchampion" }
|
||||
taskchampion-sync-server = { path = "../sync-server" }
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
use chrono::{TimeZone, Utc};
|
||||
use taskchampion::chrono::{TimeZone, Utc};
|
||||
use taskchampion::{Replica, ServerConfig, Status, StorageConfig};
|
||||
use tempfile::TempDir;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user