swim/Cargo.toml
Solomon Wagner ec63debe4f (WIP) Data structure refactor
Signed-off-by: Solomon Wagner <solow@solow.xyz>
2025-02-27 12:16:20 -05:00

24 lines
659 B
TOML

[package]
name = "swim"
version = "0.1.0"
edition = "2021"
authors = ["Solomon W. <solow@solow.xyz>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.96"
base64 = "0.22.1"
clap = { version = "4.5.30", features = ["derive", "env"] }
colored = "3.0.0"
quinn = "0.11.6"
serde = { version = "1.0.218", features = ["derive"] }
serde_json = "1.0.139"
tokio = { version = "1.43.0", features = ["full"] }
toml = "0.8.20"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["fmt", "env-filter"] }
[target.armv7-unknown-linux-gnueabihf]
linker = "arm-none-eabi-gcc"