Skip to content

Commit fc8ffa0

Browse files
committed
Add license and description
1 parent 6bffc6d commit fc8ffa0

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
@@ -2,6 +2,8 @@
22
name = "taboc"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "MIT"
6+
description = "A table of contents generator for markdown documents written in Rust."
57

68
[dependencies]
79
clap = { version = "4.5.26", features = ["derive"] }

0 commit comments

Comments
 (0)