aboutsummaryrefslogtreecommitdiff
path: root/common/object/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'common/object/Cargo.toml')
-rw-r--r--common/object/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/object/Cargo.toml b/common/object/Cargo.toml
index 04dc228..a5825ee 100644
--- a/common/object/Cargo.toml
+++ b/common/object/Cargo.toml
@@ -4,4 +4,5 @@ version = "0.1.0"
edition = "2024"
[dependencies]
-bytemuck = "1.24.0"
+bytemuck = { version = "1.24.0", features = ["extern_crate_std"] }
+log = "0.4.29"