diff options
author | Dennis Eriksen <d@ennis.no> | 2023-11-10 09:54:17 +0100 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2023-11-10 09:54:17 +0100 |
commit | cf84fad0955ff07dd6fe3ec30a17dc134e23c356 (patch) | |
tree | 6f85e6017e7a5feacd88270cb942e4e2e007ffcb /src | |
parent | Adding a python-verion (diff) | |
download | makepass-cf84fad0955ff07dd6fe3ec30a17dc134e23c356.tar.gz |
trying out new project structure
Diffstat (limited to '')
-rw-r--r-- | src/go/go.mod (renamed from go/go.mod) | 0 | ||||
-rw-r--r-- | src/go/go.sum (renamed from go/go.sum) | 0 | ||||
-rw-r--r-- | src/go/main.go (renamed from go/main.go) | 0 | ||||
-rw-r--r-- | src/rust/Cargo.lock (renamed from rust/Cargo.lock) | 0 | ||||
-rw-r--r-- | src/rust/Cargo.toml (renamed from rust/Cargo.toml) | 0 | ||||
-rw-r--r-- | src/rust/src/main.rs (renamed from rust/src/main.rs) | 0 |
6 files changed, 0 insertions, 0 deletions
diff --git a/go/go.mod b/src/go/go.mod index 108f34b..108f34b 100644 --- a/go/go.mod +++ b/src/go/go.mod diff --git a/go/go.sum b/src/go/go.sum index 8c01403..8c01403 100644 --- a/go/go.sum +++ b/src/go/go.sum diff --git a/go/main.go b/src/go/main.go index a5241a3..a5241a3 100644 --- a/go/main.go +++ b/src/go/main.go diff --git a/rust/Cargo.lock b/src/rust/Cargo.lock index 50747ce..50747ce 100644 --- a/rust/Cargo.lock +++ b/src/rust/Cargo.lock diff --git a/rust/Cargo.toml b/src/rust/Cargo.toml index 181b7a7..181b7a7 100644 --- a/rust/Cargo.toml +++ b/src/rust/Cargo.toml diff --git a/rust/src/main.rs b/src/rust/src/main.rs index 083a99f..083a99f 100644 --- a/rust/src/main.rs +++ b/src/rust/src/main.rs |