diff --git a/Cargo.toml b/Cargo.toml index e08babb..cd71ce1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "markets" -version = "0.4.1" +version = "0.4.2" authors = ["Jonathan Strong "] edition = "2018" description = "kind of like the http crate, except about tradeable markets" @@ -8,8 +8,7 @@ homepage = "https://git.jstrong.dev/jstrong/markets" repository = "https://git.jstrong.dev/jstrong/markets" readme = "README.md" license = "MIT" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +publish = ["fast-data-pipelines"] [dependencies] serde = { version = "1", features = ["derive"] }