add emojis and systemctl active check test

This commit is contained in:
Aaron Honeycutt 2025-07-03 18:25:31 -06:00
parent 82f553d712
commit 2fd2cda4fe
3 changed files with 25 additions and 2 deletions

7
Cargo.lock generated
View file

@ -29,6 +29,12 @@ version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
[[package]]
name = "emojis-rs"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5c5d55d32597632ca64765dd57c1e71aaa51e69f663671fdc955950062c38ff"
[[package]]
name = "libc"
version = "0.2.174"
@ -143,6 +149,7 @@ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
name = "ssh-test"
version = "0.1.0"
dependencies = [
"emojis-rs",
"ssh2",
]