Files
noq/docs/book/Cargo.toml
ramfox d5287455b6 chore: release v0.15.0
`cargo release` command successfully published the crates, but the
commit created by `cargo release` to update the version numbers was
rejected, because I don't have permissions to push to the `main` branch
directly.

These are the appropriate changes to ensure the version numbers in our
code align with the released crates.
2026-01-09 07:35:28 +01:00

17 lines
395 B
TOML

[package]
name = "book"
version = "0.1.0"
rust-version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
[dependencies]
anyhow.workspace = true
bytes = { workspace = true }
quinn = { version = "0.15", path = "../../quinn", package = "iroh-quinn" }
rcgen.workspace = true
rustls.workspace = true