Skip to content

Commit

Permalink
chore(Cargo.toml): add feature "backtrace" as a default
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Aug 23, 2023
1 parent 22da6c1 commit 8f1688d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ authors = ["Haris <4259838+Wulf@users.noreply.github.com>"]
edition = "2021"

[features]
default = ["tsync"]
default = ["tsync", "backtrace"]
tsync = []
async = []
backtrace = []

[dependencies]
structopt = "0.3"
Expand Down

0 comments on commit 8f1688d

Please sign in to comment.