mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2024-11-28 12:31:00 +00:00
Don't enable console by default
This commit is contained in:
parent
d30415bb49
commit
bd26c60cd5
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[features]
|
||||
console = ["console-subscriber"]
|
||||
default = ["object-storage", "console"]
|
||||
default = ["object-storage"]
|
||||
object-storage = ["reqwest", "rust-s3"]
|
||||
io-uring = [
|
||||
"actix-rt/io-uring",
|
||||
|
|
Loading…
Reference in a new issue