Skip to content

Commit

Permalink
fix: fix crate type error issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jul 29, 2021
1 parent 228e00e commit c38718e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions guarding_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pest_derive = "2.1.0"
# serialize
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
#
#[lib]
#name = "guarding_core"
#crate-type = ["cdylib"]

[lib]
name = "guarding_core"
crate-type = ["lib", "cdylib"]

0 comments on commit c38718e

Please sign in to comment.