mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
fix: Use [package] instead of [lib]
Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
parent
b2de86b892
commit
b0df1a8b42
2 changed files with 2 additions and 2 deletions
2
libraries/droplet/Cargo.lock
generated
2
libraries/droplet/Cargo.lock
generated
|
|
@ -152,7 +152,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "droplet-rs"
|
||||
version = "0.7.2"
|
||||
version = "0.7.3"
|
||||
dependencies = [
|
||||
"hex",
|
||||
"rcgen",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
[lib]
|
||||
[package]
|
||||
edition = "2021"
|
||||
authors = ["Drop-OSS"]
|
||||
name = "droplet-rs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue