modeco80
4cda248591
I really should probably maybehapsibly split this out into a cargo workspace but /shrug, I'll do it if this gets too annoying. I've split out a lot of code into new modules, just to be cleaner about organization.
17 lines
405 B
TOML
17 lines
405 B
TOML
[package]
|
|
name = "cvm12-rs"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.37.0", features = ["full"] }
|
|
axum = { version = "0.7.5", features = ["tokio"] }
|
|
turbojpeg = { version = "1.0.1" }
|
|
vnc-rs = "0.5.1"
|
|
|
|
toml_edit = "0.22.9"
|
|
tracing = "0.1.40"
|
|
tracing-subscriber = "0.3.18"
|
|
thiserror = "1.0.58"
|
|
serde = { version = "1.0.197", features = [ "derive" ] }
|
|
serde_json = "1.0.115"
|