fix: Removed cdylib reference

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2025-04-02 10:04:18 +11:00
parent 4e9794f628
commit b2de86b892
+2 -4
View File
@@ -1,12 +1,10 @@
[package]
[lib]
edition = "2021"
authors = ["Drop-OSS"]
name = "droplet-rs"
version = "0.7.2"
version = "0.7.3"
license = "AGPL-3.0-only"
description = "Droplet is a `napi.rs` Rust/Node.js package full of high-performance and low-level utils for Drop"
[lib]
crate-type = ["cdylib"]
[dependencies]
hex = "0.4.3"