Skip to content

Commit

Permalink
Add repository link to Cargo.toml (#84)
Browse files Browse the repository at this point in the history
Hi!

Nothing important here - just saw the headline for your talk at RustLab,
looked up `pavex` on crates.io and then noticed there was no link to the
repo 👍 Feel free to disregard
  • Loading branch information
sondrelg authored Aug 9, 2023
1 parent 797bdd0 commit c74a941
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/pavex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "pavex"
version = "0.1.0"
edition = "2021"
repository = "https://github.com/LukeMathWalker/pavex"

[dependencies]
hyper = { version = "0.14", features = ["server", "http1", "http2", "tcp"] }
Expand Down Expand Up @@ -36,4 +37,4 @@ ron = "0.8"
[dev-dependencies]
tokio = { version = "1", features = ["macros"] }
insta = "1.29.0"
tracing = "0.1"
tracing = "0.1"

0 comments on commit c74a941

Please sign in to comment.