Skip to content

Commit

Permalink
fix: update binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
utibeabasi6 committed Oct 17, 2024
1 parent 9f0bb39 commit f6b7915
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
[package]
name = "aegis"
name = "aegis-waf"
version = "2.0.0"
description = "simple web application firewall"
license = "MIT"
homepage = "https://github.com/utibeabasi6/aegis"
edition = "2021"
publish = false
publish = true

[[bin]]
name = "aegis"
path = "src/main.rs"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit f6b7915

Please sign in to comment.