mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Feat/appflowy tauri 3 (#1914)
This commit is contained in:
@ -7,17 +7,17 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
|
||||
tracing-log = { version = "0.1.1"}
|
||||
tracing-subscriber = { version = "0.2.12", features = ["registry", "env-filter", "ansi", "json"] }
|
||||
tracing-bunyan-formatter = "0.2.2"
|
||||
tracing-log = { version = "0.1.3"}
|
||||
tracing-subscriber = { version = "0.2.25", features = ["registry", "env-filter", "ansi", "json"] }
|
||||
tracing-bunyan-formatter = "0.2.6"
|
||||
tracing-appender = "0.1"
|
||||
tracing-core = "0.1"
|
||||
tracing = { version = "0.1", features = ["log"] }
|
||||
log = "0.4.14"
|
||||
log = "0.4.17"
|
||||
serde_json = "1.0"
|
||||
serde = "1.0"
|
||||
chrono = "0.4"
|
||||
lazy_static = "1.4.0"
|
||||
|
||||
[features]
|
||||
use_bunyan = []
|
||||
use_bunyan = []
|
||||
|
Reference in New Issue
Block a user