diff --git a/.rc b/.rc new file mode 100644 index 0000000..a46175e --- /dev/null +++ b/.rc @@ -0,0 +1 @@ +ipass_logo ICON "IPass_logo.ico" \ No newline at end of file diff --git a/.res b/.res new file mode 100644 index 0000000..3d4299a Binary files /dev/null and b/.res differ diff --git a/Cargo.lock b/Cargo.lock index 93d44d9..4d3fcab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -194,7 +194,7 @@ dependencies = [ [[package]] name = "ipass" -version = "0.3.0" +version = "0.3.1" dependencies = [ "aes-gcm", "brotli", diff --git a/IPass_logo.ico b/IPass_logo.ico new file mode 100644 index 0000000..3c16711 Binary files /dev/null and b/IPass_logo.ico differ diff --git a/IPass_logo.png b/IPass_logo.png index 21a7419..a175e2e 100644 Binary files a/IPass_logo.png and b/IPass_logo.png differ diff --git a/README.md b/README.md index 59b7a86..32597c4 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ # IPass + +![IPass logo](../blob/master/IPass_logo.png?raw=true) + +## Secure your passwords, secure your life, with IPass. + +Are you tired of trying to remember all of your passwords? Do you worry about the security of your accounts? Introducing IPass, the ultimate password manager. With IPass, you can easily store and manage all of your passwords in one secure location. Our state-of-the-art encryption technology ensures that your passwords are safe from hackers and identity thieves. Plus, IPass makes it easy to generate strong, unique passwords for all of your accounts, which helps to further protect your online security. Don't waste any more time worrying about password management - try IPass today and take control of your online security. diff --git a/build.rs b/build.rs new file mode 100644 index 0000000..8ae7c60 --- /dev/null +++ b/build.rs @@ -0,0 +1,3 @@ +fn main() { + println!("cargo:rustc-link-arg=.res"); +} \ No newline at end of file