Skip to content

Commit

Permalink
Add license, description metadata for cargo crate
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi3700 committed Nov 2, 2024
1 parent 0a4ba3c commit bf4a98c
Show file tree
Hide file tree
Showing 2 changed files with 4 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.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[package]
name = "dummy-json-rs"
version = "0.1.0"
description = "Dummy JSON API client in Rust"
version = "1.0.0"
edition = "2021"
license = "MIT"

[dependencies]
once_cell = "1.20.2"
Expand Down

0 comments on commit bf4a98c

Please sign in to comment.