Skip to content

Commit 914cbca

Browse files
committed
chore(Cargo.toml): add feature "backtrace" as a default
1 parent 863b317 commit 914cbca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ authors = ["Haris <[email protected]>"]
1111
edition = "2021"
1212

1313
[features]
14-
default = ["tsync"]
14+
default = ["tsync", "backtrace"]
1515
tsync = []
1616
async = []
17+
backtrace = []
1718

1819
[dependencies]
1920
structopt = "0.3"

0 commit comments

Comments
 (0)