13 lines
339 B
TOML
13 lines
339 B
TOML
|
[package]
|
||
|
name = "spatial-db"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
axum = "0.6.20"
|
||
|
clap = { version = "4.4.5", features = ["derive"] }
|
||
|
parquet = "47.0.0"
|
||
|
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }
|