initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
target/
|
||||
|
||||
# Added by cargo
|
||||
|
||||
/target
|
||||
Generated
+7
@@ -0,0 +1,7 @@
|
||||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 4
|
||||
|
||||
[[package]]
|
||||
name = "ruport"
|
||||
version = "0.1.0"
|
||||
@@ -0,0 +1,6 @@
|
||||
[package]
|
||||
name = "ruport"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
@@ -0,0 +1,3 @@
|
||||
# Ruport
|
||||
Ruport is another package manager for gentoo, which uses the portage structure and config files. Per default it comes with the cli-interface ruport, but it has a drop-in feature, where it also provides emerge, emaint and other tools.
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Reference in New Issue
Block a user