Skip to content

Commit

Permalink
fix Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 committed Mar 23, 2023
1 parent b6cc185 commit 8bbbbc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions native/ex_secp256k1/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "exsecp256k1"
name = "ex_secp256k1"
version = "0.1.0"
authors = []
edition = "2018"

[lib]
name = "exsecp256k1"
name = "ex_secp256k1"
path = "src/lib.rs"
crate-type = ["dylib"]

Expand Down

0 comments on commit 8bbbbc9

Please sign in to comment.