machines/rust/lib/hakari/Cargo.toml
Kaare Hoff Skovgaard 71b4792fdd
Some checks failed
/ dev-shell (push) Successful in 3m28s
/ check (push) Failing after 9m2s
/ rust-packages (push) Successful in 10m3s
/ terraform-providers (push) Successful in 7m22s
/ systems (push) Successful in 54m13s
Fix some issues with zpool-setup
2025-08-06 23:28:48 +02:00

32 lines
1 KiB
TOML

# This file is generated by `cargo hakari`.
# To regenerate, run:
# cargo hakari generate
[package]
name = "hakari"
version = "0.1.0"
edition = "2021"
description = "workspace-hack package, managed by hakari"
# You can choose to publish this crate: see https://docs.rs/cargo-hakari/latest/cargo_hakari/publishing.
publish = false
# The parts of the file between the BEGIN HAKARI SECTION and END HAKARI SECTION comments
# are managed by hakari.
### BEGIN HAKARI SECTION
[dependencies]
anstream = { version = "0.6.20" }
base64 = { version = "0.22.1" }
libc = { version = "0.2.174", features = ["extra_traits"] }
log = { version = "0.4.27", default-features = false, features = ["std"] }
memchr = { version = "2.7.5" }
[build-dependencies]
base64 = { version = "0.22.1" }
log = { version = "0.4.27", default-features = false, features = ["std"] }
memchr = { version = "2.7.5" }
proc-macro2 = { version = "1.0.95" }
quote = { version = "1.0.40" }
syn = { version = "2.0.104", features = ["extra-traits", "fold", "full", "visit"] }
### END HAKARI SECTION