Update euphoxide and enable feature "bot"
This commit is contained in:
parent
0ff3e94690
commit
b94dfbdc31
3 changed files with 6 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -309,9 +309,11 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "euphoxide"
|
name = "euphoxide"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
source = "git+https://github.com/Garmelon/euphoxide.git?rev=c15c05a64e82c7c5f7af0539745855c0f6821869#c15c05a64e82c7c5f7af0539745855c0f6821869"
|
source = "git+https://github.com/Garmelon/euphoxide.git?rev=63464fdc59f24774cb96b7a8038326a9dc7d587a#63464fdc59f24774cb96b7a8038326a9dc7d587a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
"cookie",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
|
"log",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"time",
|
"time",
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,8 @@ features = ["rustls-tls-native-roots"]
|
||||||
|
|
||||||
[dependencies.euphoxide]
|
[dependencies.euphoxide]
|
||||||
git = "https://github.com/Garmelon/euphoxide.git"
|
git = "https://github.com/Garmelon/euphoxide.git"
|
||||||
rev = "c15c05a64e82c7c5f7af0539745855c0f6821869"
|
rev = "63464fdc59f24774cb96b7a8038326a9dc7d587a"
|
||||||
|
features = ["bot"]
|
||||||
|
|
||||||
# [patch."https://github.com/Garmelon/euphoxide.git"]
|
# [patch."https://github.com/Garmelon/euphoxide.git"]
|
||||||
# euphoxide = { path = "../euphoxide/" }
|
# euphoxide = { path = "../euphoxide/" }
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
use crossterm::style::{Color, ContentStyle, Stylize};
|
use crossterm::style::{Color, ContentStyle, Stylize};
|
||||||
use euphoxide::emoji::Emoji;
|
use euphoxide::Emoji;
|
||||||
use once_cell::sync::Lazy;
|
use once_cell::sync::Lazy;
|
||||||
use toss::styled::Styled;
|
use toss::styled::Styled;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue