Project's target dir, ex: `/path/to/cargo/target/cit/t0/foo/target`
(&self)
| 64 | |
| 65 | /// Project's target dir, ex: `/path/to/cargo/target/cit/t0/foo/target` |
| 66 | pub fn build_dir(&self) -> PathBuf { |
| 67 | self.root().join("target") |
| 68 | } |
| 69 | |
| 70 | // /// Changes the contents of an existing file. |
| 71 | pub fn change_file(&self, path: &str, body: &str) { |