octopush/crates/octopush_infra/Cargo.toml
Kasper Juul Hermansen 991861db99
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Rewrite rust (#38)
Co-authored-by: kjuulh <contact@kjuulh.io>
Reviewed-on: #38
2022-11-27 11:21:35 +00:00

13 lines
289 B
TOML

[package]
name = "octopush_infra"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
octopush_core = { path = "../octopush_core" }
eyre = { workspace = true }
tracing = { workspace = true }