mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
fix: Removed cdylib reference
Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
parent
4e9794f628
commit
b2de86b892
1 changed files with 2 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue