File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ async-h1 = { version = "1.1.2", optional = true }
3434async-sse = " 2.1.0"
3535async-std = { version = " 1.4.0" , features = [" unstable" ] }
3636cookie = { version = " 0.12.0" , features = [" percent-encode" ]}
37+ femme = " 2.0.1"
3738http-types = " 1.0.1"
3839kv-log-macro = " 1.0.4"
3940mime = " 0.3.14"
@@ -42,7 +43,6 @@ route-recognizer = "0.1.13"
4243serde = " 1.0.102"
4344serde_json = " 1.0.41"
4445serde_qs = " 0.5.0"
45- femme = { path = " ../../femme" }
4646
4747[dev-dependencies ]
4848async-std = { version = " 1.4.0" , features = [" unstable" , " attributes" ] }
Original file line number Diff line number Diff line change 55//! ```no_run
66//! use tide::log;
77//!
8- //! // `tide::log` requires starting a third-party logger such as `femme`. We may
9- //! // ship such a logger as part of Tide in the future.
10- //! femme::start(log::Level::Info.to_level_filter()).unwrap();
8+ //! log::start();
119//!
1210//! log::info!("Hello cats");
1311//! log::debug!("{} wants tuna", "Nori");
You can’t perform that action at this time.
0 commit comments