Skip to content

Commit

Permalink
Add metadata to main crate
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanderc committed Oct 19, 2021
1 parent 9e9871b commit d86c606
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
name = "dyn_struct"
version = "0.1.0"
edition = "2018"
authors = ["Christofer Nolander <christofer.nolander@gmail.com>"]
repository = "https://github.com/nolanderc/dyn_struct"
description = "Construct dynamically sized types safely"
license = "MIT OR Apache-2.0"

[features]
default = ["derive"]
Expand Down

0 comments on commit d86c606

Please sign in to comment.