2017-07-01 07:47:41 +00:00
|
|
|
[package]
|
|
|
|
name = "utils"
|
|
|
|
version = "0.1.0"
|
2018-03-14 17:22:24 +00:00
|
|
|
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
|
2019-12-21 21:52:39 +00:00
|
|
|
edition = "2018"
|
2020-06-15 17:14:25 +00:00
|
|
|
include = ["src/**/*"]
|
2017-07-01 07:47:41 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2021-04-19 08:33:12 +00:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
2020-02-05 08:13:14 +00:00
|
|
|
|
|
|
|
errors = { path = "../errors" }
|
2022-02-01 22:02:03 +00:00
|
|
|
libs = { path = "../libs" }
|
2017-07-01 07:47:41 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2018-04-25 08:28:23 +00:00
|
|
|
tempfile = "3"
|