krata/Cargo.toml
dependabot[bot] 2eea8a9a5f
build(deps): bump thiserror from 2.0.7 to 2.0.8 in the dep-updates group
Bumps the dep-updates group with 1 update: [thiserror](https://github.com/dtolnay/thiserror).


Updates `thiserror` from 2.0.7 to 2.0.8
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/2.0.7...2.0.8)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dep-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-18 05:11:03 +00:00

46 lines
822 B
TOML

[workspace]
members = [
"crates/xen/xencall",
"crates/xen/xenclient",
"crates/xen/xenevtchn",
"crates/xen/xengnt",
"crates/xen/xenplatform",
"crates/xen/xenstore",
]
resolver = "2"
[workspace.package]
version = "0.0.24"
homepage = "https://krata.dev"
license = "GPL-2.0-or-later"
repository = "https://github.com/edera-dev/krata"
[workspace.dependencies]
async-trait = "0.1.83"
bit-vec = "0.8.0"
byteorder = "1"
elf = "0.7.4"
env_logger = "0.11.5"
flate2 = "1.0"
indexmap = "2.6.0"
libc = "0.2"
log = "0.4.22"
memchr = "2"
nix = "0.29.0"
regex = "1.11.1"
slice-copy = "0.3.0"
thiserror = "2.0.8"
xz2 = "0.1"
[workspace.dependencies.tokio]
version = "1.41.1"
features = ["full"]
[workspace.dependencies.uuid]
version = "1.11.0"
features = ["v4"]
[profile.release]
lto = "fat"
strip = "symbols"