Skip to content

Commit

Permalink
Fix cargo sort
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylavrenov committed Apr 20, 2022
1 parent 64df1f6 commit d1533dd
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions crates/bioauth-id/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
[package]
name = "bioauth-id"
version = "0.1.0"
edition = "2021"
publish = false
name = "bioauth-id"
version = "0.1.0"
edition = "2021"
publish = false

[dependencies]
codec = { package = "parity-scale-codec", version = "2.0.0" }
scale-info = { version = "1.0", default-features = false, features = [
"derive",
] }
sp-application-crypto = { git = "https://github.com/humanode-network/substrate", branch = "master" }
[dependencies]
codec = { package = "parity-scale-codec", version = "2.0.0" }
scale-info = { version = "1.0", default-features = false, features = ["derive"] }
sp-application-crypto = { git = "https://github.com/humanode-network/substrate", branch = "master" }

0 comments on commit d1533dd

Please sign in to comment.