Skip to content

Commit

Permalink
create-keygen-binary (#9)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1096a97)
  • Loading branch information
nolanle authored and mergify[bot] committed Dec 5, 2024
1 parent 25881a8 commit 4295070
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[workspace]
members = [
"keygen",
"kug-cli",
"kug-core",
"kug-utils"
Expand Down
8 changes: 8 additions & 0 deletions keygen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[package]
name = "keygen"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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

0 comments on commit 4295070

Please sign in to comment.