Skip to content

Commit

Permalink
optional
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesTaylor7 committed May 11, 2024
1 parent f63a51c commit 041bb64
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,11 @@ macros = { path = "./macros"}
reqwest = { version = "0.12.4", features = ["json"] }
jsonwebtoken = "9.3.0"
anyhow = "1.0.83"
# debug_handler!
axum-macros = "0.4.1"
axum-macros = { version = "0.4.1", optional = true}
lru = "0.12.3"

[features]
dev = []
dev = ["dep:axum-macros"]
dotenv = ["dep:dotenv"]

# https://old.reddit.com/r/rust/comments/gvrgca/this_is_a_neat_trick_for_getting_good_runtime/
Expand Down

0 comments on commit 041bb64

Please sign in to comment.