-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jeremy Andrews
committed
Jul 16, 2021
1 parent
280c9e5
commit f4b7733
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|