First version of the proxy

This commit is contained in:
varjolintu
2017-08-12 12:32:25 +03:00
parent a3d63dd010
commit 95cf972f5b
3 changed files with 109 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "keepassxc-proxy"
version = "0.1.0"
authors = ["varjolintu <sami.vanttinen@protonmail.com>"]
keywords = ["native", "messaging", "host", "protocol", "keepassxc"]
license = "GPL-3.0"
repository = "https://github.com/varjolintu/keepassxc-proxy-rust"
[dependencies]
byteorder = "1.1.0"