Skip to content

Commit

Permalink
feat(*): add publish command and update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickersoft committed Nov 9, 2024
1 parent 9e72892 commit 60af67d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 63 deletions.
63 changes: 0 additions & 63 deletions .github/workflows/deploy.yml

This file was deleted.

3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
build +args="":
cargo build -p cli {{args}}

publish +args="":
cargo publish -p odict {{args}}

# @build-all +args="": deps (cli "schema") sync
# goreleaser build --id odict --clean {{args}}

Expand Down
4 changes: 4 additions & 0 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "odict"
description = "A blazingly-fast dictionary file format for human languages"
homepage = "https://odict.org"
repository = "https://github.com/TheOpenDictionary/odict"
version = "2.0.0-beta.0"
edition = "2021"
license = "MIT"

[features]
json = ["dep:serde_json"]
Expand Down

0 comments on commit 60af67d

Please sign in to comment.