aboutsummaryrefslogtreecommitdiffstats
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorDennis Eriksen <d@ennis.no>2023-09-14 12:20:25 +0200
committerDennis Eriksen <d@ennis.no>2023-09-14 12:20:25 +0200
commit51820161f08cb04b9c73353bd02bb4d77e929d26 (patch)
treef7d660353e4d5941663f8350d0ac1edb9ef17840 /rust/Cargo.toml
parentAdding rust-version (diff)
downloadmakepass-51820161f08cb04b9c73353bd02bb4d77e929d26.tar.gz
Updated rust-version
Made the code more readable and added a bunch of comments. Also added file-headers for rust and go.
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 99ede9d..181b7a7 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -1,5 +1,6 @@
[package]
name = "makepass"
+authors = ["Dennis Eriksen <d@ennis.no>"]
version = "0.1.0"
edition = "2021"
rust-version = "1.68"