You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
417 B
16 lines
417 B
[package] |
|
name = "sprinklers_core" |
|
version = "0.1.0" |
|
authors = ["Alex Mikhalev <alexmikhalevalex@gmail.com>"] |
|
edition = "2018" |
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
|
|
|
[dependencies] |
|
chrono = { version = "0.4.15" } |
|
serde = { version = "1.0.116", features = ["derive"] } |
|
im = "15.0.0" |
|
tracing = { version = "0.1.19" } |
|
|
|
[dev-dependencies] |
|
serde_json = "1.0.57"
|
|
|