[package] name = "glennib-theserver" version = "0.1.7" edition = "2021" license = "Unlicense" description = "A server that uses thelib" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.82" axum = "0.7.5" clap = { version = "4.5.4", features = ["derive"] } thelib = { package = "glennib-thelib", version = "0.1.5", path = "../thelib" } tokio = { version = "1.37.0", features = ["full"] } tracing = "0.1.40" tracing-subscriber = "0.3.18"