Add watcher tests

This commit is contained in:
Ivan Molodetskikh
2024-02-15 10:26:14 +04:00
parent 363e1d8764
commit fa3bc69f94
3 changed files with 267 additions and 1 deletions
Generated
+16
View File
@@ -2119,6 +2119,7 @@ dependencies = [
"tracy-client",
"url",
"xcursor",
"xshell",
"zbus",
]
@@ -4146,6 +4147,21 @@ version = "0.8.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a"
[[package]]
name = "xshell"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce2107fe03e558353b4c71ad7626d58ed82efaf56c54134228608893c77023ad"
dependencies = [
"xshell-macros",
]
[[package]]
name = "xshell-macros"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e2c411759b501fb9501aac2b1b2d287a6e93e5bdcf13c25306b23e1b716dd0e"
[[package]]
name = "yansi-term"
version = "0.1.2"