Skip to content

Commit 274a11a

Browse files
committed
Add readme, and fill out the fields of cargo.toml
1 parent 774e233 commit 274a11a

File tree

6 files changed

+543
-2
lines changed

6 files changed

+543
-2
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/target
2+
iroh.config.toml

Cargo.lock

+278-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
name = "nested_enum_utils"
33
version = "0.1.0"
44
edition = "2021"
5+
readme = "README.md"
6+
description = "Macros to provide conversions for nested enums"
7+
license = "MIT OR Apache-2.0"
8+
authors = ["Rüdiger Klaehn <[email protected]>"]
9+
repository = "https://github.com/n0-computer/nested-enum-utils"
10+
keywords = ["enum", "conversion", "macros", "protocol"]
511

612
[dependencies]
713
proc-macro-crate = "3.1.0"

0 commit comments

Comments
 (0)