Skip to content

Commit

Permalink
Merge pull request #12 from tailcallhq/add-license-and-desc
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddOnTop authored Oct 17, 2024
2 parents 6658472 + 71675ba commit 2c4d3e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name = "tailcall-valid"
version = "0.1.0"
edition = "2021"
description = "A Rust library for validating multiple inputs, collecting all possible errors instead of failing at the first error. Useful for scenarios where comprehensive feedback is required for user inputs or configuration settings."
license = "Apache-2.0"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down

0 comments on commit 2c4d3e4

Please sign in to comment.