Skip to content

Commit

Permalink
fill out Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
andogq committed Nov 11, 2024
1 parent d20a784 commit a5d4808
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
name = "tuple-traits"
version = "0.1.0"
edition = "2021"
authors = ["Tom Anderson <[email protected]>"]
repository = "https://github.com/andogq/tuple-traits"
license = "MIT"
description = "Additional tuple traits to enable ergonomic types."

[dev-dependencies]
static_assertions = "1.1.0"

0 comments on commit a5d4808

Please sign in to comment.