Start githubctl module.

master
Tom Alexander 2 years ago
parent b22580bee9
commit 857c237319
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

@ -0,0 +1 @@
pub struct GithubCtl {}

@ -0,0 +1,3 @@
mod githubctl;
pub use githubctl::GithubCtl;

@ -1,3 +1,5 @@
mod githubctl;
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
println!("Hello, world!");

Loading…
Cancel
Save