mirror of
https://github.com/creating2morrow/neveko.git
synced 2024-10-30 00:27:36 +00:00
13 lines
257 B
TOML
13 lines
257 B
TOML
|
[package]
|
||
|
name = "nevmes_market"
|
||
|
version = "0.5.0-alpha"
|
||
|
edition = "2021"
|
||
|
publish = false
|
||
|
|
||
|
[dependencies]
|
||
|
chrono = "0.4.23"
|
||
|
env_logger = "0.10.0"
|
||
|
nevmes_core = { path = "../nevmes-core" }
|
||
|
log = "0.4"
|
||
|
rocket = { version = "0.5.0-rc.2", features = ["json"] }
|