Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Andrews committed Jul 16, 2021
1 parent 280c9e5 commit f4b7733
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
[package]
name = "goose-eggs"
version = "0.1.1"
version = "0.1.2"
authors = ["Jeremy Andrews <[email protected]>"]
edition = "2018"
description = "Useful functions for writing Goose load tests."
homepage = "https://goose.rs/"
documentation = "https://docs.rs/goose-snippets/"
repository = "https://github.com/tag1consulting/goose-snippets"
homepage = "https://goose.rs"
documentation = "https://docs.rs/goose-eggs"
repository = "https://github.com/tag1consulting/goose-eggs"
readme = "README.md"
keywords = ["loadtesting", "performance", "web"]
license = "Apache-2.0"

[dependencies]
goose = "0.12"
regex = "1.5"

0 comments on commit f4b7733

Please sign in to comment.