Skip to content

Commit

Permalink
update: ๐Ÿ“ฆ crates to latest // fix: ๐ŸŽจ ascii art
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Apr 21, 2023
1 parent be3227e commit 0e5f305
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ categories = ["accessibility", "web-programming", "command-line" ]

[dependencies]
url = "2.3.1"
reqwest = "0.11.14"
tokio = { version = "1.26.0", features = ["full"] }
reqwest = "0.11.16"
tokio = { version = "1.27.0", features = ["full"] }
chromiumoxide = { version = "0.5.0", features = ["tokio-runtime"], default-features = false }
futures = "0.3.27"
futures = "0.3.28"
clap = { version = "4.2.4", features = ["derive"] }
columns = "0.1.0"

Expand Down
12 changes: 6 additions & 6 deletions src/ascii.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ pub const BAR: &str = r"
";

pub const HXN: &str = r"
โ•ฆ โ•ฆโ•”โ•โ•—โ•ฆ โ•ฆโ•ฆ โ•”โ•โ•—โ•”โ•—โ•”
โ• โ•โ•ฃโ• โ•โ•ฃโ•šโ•ฆโ•โ•‘ ๐–ƒโ•‘ โ•‘โ•‘โ•‘โ•‘
โ•ฉ โ•ฉโ•ฉ โ•ฉ โ•ฉ โ•ฉโ•โ• โ•šโ•โ•โ•โ•šโ•v0.1.5
๏€ค Shoot before the blink ๏ฎ
by @PwnWriter
";
โ•ฆ โ•ฆโ•”โ•โ•—โ•ฆ โ•ฆโ•ฆ โ•”โ•โ•—โ•”โ•—โ•”
โ• โ•โ•ฃโ• โ•โ•ฃโ•šโ•ฆโ•โ•‘ ๐–ƒโ•‘ โ•‘โ•‘โ•‘โ•‘
โ•ฉ โ•ฉโ•ฉ โ•ฉ โ•ฉ โ•ฉโ•โ• โ•šโ•โ•โ•โ•šโ•v0.1.5
๏€ค Shoot before the blink ๏ฎ
by @PwnWriter
";

0 comments on commit 0e5f305

Please sign in to comment.