gsm-agent/Cargo.lock
William Brawner c5f5b2a868 Initial commit
This is still experimental, though for now I've been able to implement a
few commands:

- cd:    changes the current working directory of the agent
- ls:    lists the directories and files in the current working directory
- ping:  responds with "pong"
- pwd:   prints the current working directory
- shell: executes an arbitrary command on the host
2022-07-23 22:14:31 -06:00

7 lines
153 B
TOML

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "gsm-agent"
version = "0.1.0"