Skip to content

Commit 768461b

Browse files
Jpatchingclaude
andcommitted
Add Cargo.toml metadata for release polish
Add readme, homepage, rust-version, and exclude fields to prepare for crate packaging and GitHub release. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b657906 commit 768461b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ license = "MIT"
88
keywords = ["solana", "ethereum", "migration", "ntt", "wormhole"]
99
categories = ["command-line-utilities"]
1010
repository = "https://github.com/Jpatching/daybreak"
11+
readme = "README.md"
12+
homepage = "https://github.com/Jpatching/daybreak"
13+
rust-version = "1.70"
14+
exclude = ["demo.gif", "demo.cast", "DOCS/", "examples/"]
1115

1216
[dependencies]
1317
clap = { version = "4", features = ["derive", "env"] }

0 commit comments

Comments
 (0)