Skip to content

Commit

Permalink
Add Story.ai Team to authors
Browse files Browse the repository at this point in the history
  • Loading branch information
colelawrence committed May 28, 2021
1 parent b3a6ec1 commit 59f3d8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Cole Lawrence <cole@colelawrence.com>"]
authors = ["Cole Lawrence <cole@colelawrence.com>", "Story.ai Team <team@story.ai>"]
categories = [
"development-tools::debugging",
"development-tools::profiling",
Expand All @@ -20,7 +20,7 @@ version = "0.2.0"
crate-type = ["cdylib", "rlib"]

[dependencies]
rayon = {version = "1.5", optional = true }
rayon = {version = "1.5", optional = true}
tracing = {version = "0.1", features = ["attributes"], default-features = false}
tracing-subscriber = {version = "0.2", features = ["registry"], default-features = false}
wasm-bindgen = {version = "0.2"}
Expand Down

0 comments on commit 59f3d8f

Please sign in to comment.