Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimver/passman
Password manager in Rust
https://github.com/jimver/passman
Last synced: 21 days ago
JSON representation
Password manager in Rust
- Host: GitHub
- URL: https://github.com/jimver/passman
- Owner: Jimver
- Created: 2018-12-18T19:55:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T20:40:28.000Z (about 6 years ago)
- Last Synced: 2024-10-26T06:54:21.614Z (2 months ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# passman
[![Build Status](https://travis-ci.org/Jimver/passman.svg?branch=master)](https://travis-ci.org/Jimver/passman)## Description
WARNING: this is a work in progress project. Don't use in this in production/critical environments.passman is a password manager written in Rust. The UI is built using GTK+.
## Build
You need:
- gtk-rs build [dependencies](https://gtk-rs.org/docs-src/requirements.html).
- RustTo build:
`cargo build`
## Run
To run this program just use:`cargo run`