Skip to content

Commit

Permalink
build: add Cargo.toml fields for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
CertainLach committed Nov 30, 2023
1 parent b822aa6 commit 57bbb88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
name = "baedeker"
version = "0.1.0"
edition = "2021"
description = "Substrate network orchestration framework"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bip39 = { version = "2.0.0", features = ["rand"] }
Expand Down

0 comments on commit 57bbb88

Please sign in to comment.