Skip to content

Commit

Permalink
doc: la till documentation i cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-thomas committed Sep 17, 2023
1 parent 89a4ab9 commit 04543e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[package]
name = "clier"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
authors = ["Vincent Thomas"]
description = "A cli parser and framework for rust"
license = "MIT"
repository = "https://github.com/vincent-thomas/clier"
keywords = ["cli", "parser", "parse"]
documentation = "https://docs.rs/clier"

[dependencies]
serde = {version = "1.0.188", features = ["derive"]}
Expand Down

0 comments on commit 04543e9

Please sign in to comment.