Skip to content

Commit 3763f16

Browse files
committed
add description & license
1 parent 85c3803 commit 3763f16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name = "proxy-enum"
33
version = "0.1.1"
44
authors = ["Moritz Bischof <[email protected]>"]
55
edition = "2018"
6+
description = "Emulate dynamic dispatch and sealed classes using a proxy enum, which defers all method calls to its variants."
7+
license = "MIT"
68

79
[lib]
810
proc-macro = true

0 commit comments

Comments
 (0)