summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNamilskyy <alive6863@gmail.com>2025-11-25 21:52:14 +0300
committerNamilskyy <alive6863@gmail.com>2025-11-25 21:52:22 +0300
commitecaa84ab50a8a492de35270cd50374809647da19 (patch)
tree9dd8629de10dade26995d1b051936b61d862d968 /src
parent0a5663173b416301f84b9997d6e3905a4f7a579e (diff)
Started implementing i2p-part of package manager
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
-rw-r--r--src/pkgtoolkit/pkgtools.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index 00d0116..9a0d103 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -41,5 +41,5 @@ struct RemoteInstallArgs {
}
fn main() {
- todo!()
+
} \ No newline at end of file
diff --git a/src/pkgtoolkit/pkgtools.rs b/src/pkgtoolkit/pkgtools.rs
index 9487c03..fbbe624 100644
--- a/src/pkgtoolkit/pkgtools.rs
+++ b/src/pkgtoolkit/pkgtools.rs
@@ -25,7 +25,7 @@ impl Package {
/// Checks if INSTALL file exists and is not empty. If it does not exist or is empty, returns an error.
///
/// Checks if SETTS and BUILD files exist and are not empty. If they do not exist or are empty, logs a warning.
- ///
+ /// # Errors
/// * Returns an error if INSTALL file does not exist or is empty.
/// * Returns an error if INSTALL file is empty.
///