Skip to content

Commit

Permalink
Prepare stork-cli module for cargo publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslittle230 committed Mar 13, 2022
1 parent 87a5cd2 commit f445a09
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 19 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 10 additions & 2 deletions stork-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
[package]
name = "stork-cli"
name = "stork-search"
version = "1.4.1"
authors = ["James Little <littleguy23@gmail.com>"]
edition = "2021"
documentation = "https://stork-search.net/docs"
homepage = "https://stork-search.net"
description = "Impossibly fast web search, made for static sites."
repository = "https://github.com/jameslittle230/stork"
license = "Apache-2.0"
keywords = ["wasm", "webassembly", "search", "javascript"]
categories = ["wasm"]

[features]
default = ["v1-compat", "search-v2", "search-v3", "build-v3-web-scraping"]
Expand All @@ -19,7 +27,7 @@ colored = "2.0.0"
num-format = "0.4.0"
serde = "1.0.130"
serde_json = "1.0.68"
stork-lib = { path = "../stork-lib", default-features = false }
stork-lib = { path = "../stork-lib", version = "1.4.1", default-features = false }
textwrap = { version = "0.14.2", features = ["terminal_size"] }
thiserror = "1.0.29"

Expand Down

0 comments on commit f445a09

Please sign in to comment.