Skip to content

Commit

Permalink
release: 2.0.1
Browse files Browse the repository at this point in the history
add: package information
  • Loading branch information
ali77gh committed May 2, 2024
1 parent 2636791 commit 29498af
Show file tree
Hide file tree
Showing 2 changed files with 11 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.

11 changes: 10 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
[package]
name = "chap"
version = "2.0.0"
version = "2.0.1"
edition = "2021"
description = "Chap is an easy to learn, interpretive, scripting language written in Rust"
license = "GPL-3.0"
readme = "README.md"
# documentation = "https://docs.rs/chap" # if not set docs.rs will generate one and put it in place
homepage = "https://crates.io/crates/chap"
repository = "https://github.com/persian-tools/chap"
categories = ["wasm", "command-line-interface", "compilers"]
keywords = ["programming", "language", "scripting", "eval", "dynamic"]
include = ["src/**/*.rs", "Cargo.toml", "LICENSE", "README.md", "Logo.png"]

[lib]
name = "chap"
Expand Down

0 comments on commit 29498af

Please sign in to comment.