diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-01-06 19:10:37 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-01-06 19:10:37 +0100 |
| commit | ffa6b5c4ae2cdd3e07426ed0330f3f66e90ee57b (patch) | |
| tree | 79a03bc7ed938a3698ece0878f0ce5337ff6db23 /common/object/Cargo.toml | |
| parent | ffbdb9ce397a6408d5a91cbdcbaf4e13b0c3ba0b (diff) | |
| download | jellything-ffa6b5c4ae2cdd3e07426ed0330f3f66e90ee57b.tar jellything-ffa6b5c4ae2cdd3e07426ed0330f3f66e90ee57b.tar.bz2 jellything-ffa6b5c4ae2cdd3e07426ed0330f3f66e90ee57b.tar.zst | |
tag registry
Diffstat (limited to 'common/object/Cargo.toml')
| -rw-r--r-- | common/object/Cargo.toml | 3 |
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" |