Skip to content

Commit 0f6808e

Browse files
author
Jorge Aparicio
committed
Merge pull request #34 from japaric/fix
fix(lib): add `time` crate to dependencies
2 parents d55d71d + 0566e2f commit 0f6808e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ git = "https://github.com/japaric/simplot.rs"
1111

1212
[dependencies.stats]
1313
git = "https://github.com/japaric/stats.rs"
14+
15+
[dependencies.time]
16+
git = "https://github.com/rust-lang/time"

0 commit comments

Comments
 (0)