rust-fcp/Cargo.toml

21 lines
455 B
TOML
Raw Permalink Normal View History

[package]
2021-02-27 21:54:02 +00:00
name = "fcpv2"
2021-03-12 05:03:35 +00:00
version = "0.0.2"
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-26 17:50:13 +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-04-23 18:55:57 +00:00
rusqlite = "0.25.1"
2021-03-28 18:20:37 +00:00
serde = { version = "1.0", features = ["derive"] }
[dev-dependencies]
serde_json = "1.0"