Skip to content

Commit

Permalink
refactor(cargo): rename binaries to wikijs and wikifs
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
  • Loading branch information
gierens committed Sep 16, 2023
1 parent bfe1860 commit 638c42e
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
Expand Up @@ -18,12 +18,12 @@ crate-type = ["cdylib", "rlib"]
path = "src/lib/lib.rs"

[[bin]]
name = "wikijs-fuse"
name = "wikifs"
path = "src/fuse/main.rs"
required-features = ["fuse"]

[[bin]]
name = "wikijs-cli"
name = "wikijs"
path = "src/cli/main.rs"
required-features = ["cli"]

Expand Down

0 comments on commit 638c42e

Please sign in to comment.