Skip to content

Commit

Permalink
Add wkg crate
Browse files Browse the repository at this point in the history
  • Loading branch information
lann committed May 15, 2024
1 parent 20137ab commit 36456ec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions crates/wkg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[package]
name = "wkg"
edition.workspace = true
version.workspace = true
authors.workspace = true
license.workspace = true

[dependencies]
3 changes: 3 additions & 0 deletions crates/wkg/src/main.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fn main() {
println!("wkg stub");
}

0 comments on commit 36456ec

Please sign in to comment.