Create libs for common code
This commit is contained in:
10
git-ssh-bitwarden/Cargo.toml
Normal file
10
git-ssh-bitwarden/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "git-ssh-bitwarden"
|
||||
version = "0.1.0"
|
||||
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
license-file.workspace = true
|
||||
repository.workspace = true
|
||||
|
||||
[dependencies]
|
3
git-ssh-bitwarden/src/main.rs
Normal file
3
git-ssh-bitwarden/src/main.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
Reference in New Issue
Block a user