mirror of
https://github.com/fluencelabs/registry.git
synced 2025-04-25 02:02:14 +00:00
16 lines
238 B
TOML
16 lines
238 B
TOML
|
[package]
|
||
|
name = "aqua-dht"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Fluence Labs"]
|
||
|
edition = "2018"
|
||
|
publish = false
|
||
|
|
||
|
[[bin]]
|
||
|
name = "aqua-dht"
|
||
|
path = "src/main.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
fluence = "0.5.0"
|
||
|
fce-sqlite-connector = "0.3.0"
|
||
|
fstrings = "0.2.3"
|