Skip to content

Commit

Permalink
Add more cargo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
wezm committed Mar 22, 2023
1 parent b7aaf34 commit 53568f5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
[package]
name = "macbinary"
version = "0.1.0"
version = "0.1.0-alpha"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
description = "MacBinary and resource fork parser"
keywords = ["macos", "retro", "computing"]
# categories = ["command-line-utilities", "web-programming"]

homepage = "https://github.com/wezm/rsspls"
repository = "https://github.com/wezm/rsspls.git"

readme = "README.md"
license = "Apache-2.0"

[dependencies]
crc = "3.0.1"

0 comments on commit 53568f5

Please sign in to comment.