Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).
- Rust

To build:

`cargo build`

## Run
To run this program just use:

`cargo run`