csv_converter 1.0.0

A vault GUI for your offline passwords
Documentation
[[bin]]
name = "csv_converter"
path = "src/main.rs"

[dependencies]

[lib]
name = "csv_converter"
path = "src/lib.rs"

[package]
authors = ["Dominik Wilkowski <Hi@Dominik-Wilkowski.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A vault GUI for your offline passwords"
edition = "2021"
homepage = "https://github.com/the-working-party/csv_converter"
keywords = ["csv", "convert", "transform", "export", "cli"]
license = "GPL-3.0-or-later"
name = "csv_converter"
readme = "README.md"
repository = "https://github.com/the-working-party/csv_converter"
version = "1.0.0"

[[test]]
name = "end2end_test"
path = "tests/end2end_test.rs"