mirror of
https://github.com/neodyland/sbv2-api.git
synced 2025-12-22 23:49:58 +00:00
20 lines
534 B
TOML
20 lines
534 B
TOML
[package]
|
|
name = "sbv2_editor"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
description.workspace = true
|
|
license.workspace = true
|
|
readme.workspace = true
|
|
repository.workspace = true
|
|
documentation.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
axum = "0.8.1"
|
|
dotenvy.workspace = true
|
|
env_logger.workspace = true
|
|
log = "0.4.27"
|
|
sbv2_core = { version = "0.2.0-alpha6", path = "../sbv2_core", features = ["aivmx"] }
|
|
serde = { version = "1.0.219", features = ["derive"] }
|
|
tokio = { version = "1.44.1", features = ["full"] }
|