Update flake and deps, continue implementing basic structure
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
pub struct KagamiSourceForgejo {
|
||||
host: String,
|
||||
}
|
||||
|
||||
impl KagamiSourceForgejo {
|
||||
pub fn new(host: &str) -> Self {
|
||||
Self {
|
||||
host: host.to_string(),
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user