This commit is contained in:
Alexandr Bogomyakov
2023-06-15 16:30:49 +03:00
commit febb83c161
5 changed files with 1418 additions and 0 deletions

10
Cargo.toml Normal file
View File

@ -0,0 +1,10 @@
[package]
name = "rexec"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dns-lookup = "2.0.2"
massh = "0.6.3"