2021-01-11 16:49:54 +00:00
|
|
|
[package]
|
2021-02-27 21:54:02 +00:00
|
|
|
name = "fcpv2"
|
2021-03-12 05:03:35 +00:00
|
|
|
version = "0.0.2"
|
2021-01-11 16:49:54 +00:00
|
|
|
authors = ["Horhik <horhik@tuta.io>"]
|
|
|
|
edition = "2018"
|
2021-02-27 22:30:09 +00:00
|
|
|
license = "GPL-2.0"
|
|
|
|
license-file = "LICENSE"
|
|
|
|
description = "Implementation of FCPv2 freenet protocol"
|
2021-01-11 16:49:54 +00:00
|
|
|
|
2021-01-26 17:50:13 +00:00
|
|
|
|
2021-01-11 16:49:54 +00:00
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2021-01-26 17:50:13 +00:00
|
|
|
regex = "1.4.3"
|
2021-03-13 08:23:40 +00:00
|
|
|
rusqlite = "0.24.2"
|