forked from NationTech/harmony
wip: Started work on k3d crate
This commit is contained in:
12
k3d/src/lib.rs
Normal file
12
k3d/src/lib.rs
Normal file
@@ -0,0 +1,12 @@
|
||||
use std::path::PathBuf;
|
||||
|
||||
pub struct K3d {
|
||||
}
|
||||
|
||||
impl K3d {
|
||||
pub async fn download_latest_release(&self) -> Result<PathBuf, String> {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user