Browse Source

set publish to fast-data-pipelines registry

master
Jonathan Strong 1 year ago
parent
commit
cd752309a5
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      Cargo.toml

+ 2
- 3
Cargo.toml View File

@@ -1,6 +1,6 @@
[package] [package]
name = "markets" name = "markets"
version = "0.4.1"
version = "0.4.2"
authors = ["Jonathan Strong <jonathan.strong@gmail.com>"] authors = ["Jonathan Strong <jonathan.strong@gmail.com>"]
edition = "2018" edition = "2018"
description = "kind of like the http crate, except about tradeable markets" 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" repository = "https://git.jstrong.dev/jstrong/markets"
readme = "README.md" readme = "README.md"
license = "MIT" license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
publish = ["fast-data-pipelines"]


[dependencies] [dependencies]
serde = { version = "1", features = ["derive"] } serde = { version = "1", features = ["derive"] }


Loading…
Cancel
Save