Files
KairoXYZ/kairo-core/Cargo.toml
fdiniello c529335eac Antennas basic endpoints (#4)
Co-authored-by: Felipe Diniello <felipediniello@pm.me>
Reviewed-on: #4
2023-07-23 18:53:49 +02:00

12 lines
309 B
TOML

[package]
name = "kairo-core"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
diesel = { workspace = true}
rocket = { version = "0.5.0-rc.3", features = ["json"] }
kairo-common = { path = "../kairo-common" }