# Rust-tfs Client for TFS functionalities written in Rust. ## Dependencies This project requires the cargo Rust compiler: ```sh sudo apt-get install protobuf-compiler cargo ``` ## Build Build sources as follows: ```sh cargo build ``` After a successfuly build, two new executables will be generated in `target/`.