diff options
| author | mo8it <mo8it@proton.me> | 2024-04-16 03:43:34 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-16 03:43:34 +0200 |
| commit | 86d716cf8a59092ba2078f2b0d80f95e155f2d64 (patch) | |
| tree | c539ededa180342661f394f3271e0a12b3bd836b | |
| parent | 87db9129bc361b88e206d1b27cb9056d2c8b00f1 (diff) | |
Add comment about keeping dependencies
| -rw-r--r-- | src/dev/check.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dev/check.rs b/src/dev/check.rs index 1ee717b..5910a75 100644 --- a/src/dev/check.rs +++ b/src/dev/check.rs @@ -7,6 +7,7 @@ use crate::{info_file::InfoFile, init::cargo_toml}; pub fn check(info_file: InfoFile) -> Result<()> { // TODO: Add checks + // TODO: Keep dependencies! fs::write("Cargo.toml", cargo_toml(&info_file.exercises)) .context("Failed to update the file `Cargo.toml`")?; println!("Updated `Cargo.toml`"); |
