mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-01-04 13:32:57 +00:00
17 lines
444 B
TOML
17 lines
444 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"
|
|
sbv2_core = { version = "0.2.0-alpha6", path = "../sbv2_core" }
|
|
serde = { version = "1.0.219", features = ["derive"] }
|
|
tokio = { version = "1.44.1", features = ["full"] }
|