File: Cargo.toml.orig

package info (click to toggle)
rust-trawldb 0.2.9-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 188 kB
  • sloc: makefile: 2
file content (19 lines) | stat: -rw-r--r-- 674 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "trawldb"
version = "0.2.9"
edition = "2021"
license = "Apache-2.0"
authors = ["Soumya Ranjan Patnaik <soumyaranjan1812@gmail.com>", "Ken Gilmer <kgilmer@gmail.com>"]
description = "A CLI for managing trawl resources"
repository = "https://github.com/regolith-linux/trawl"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "3.2.8", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
zbus = { version = "4.3.1", default-features = false, features = ["tokio"] }

[dev-dependencies]
trawld = "0.2.8"
uuid = { version = "0.8.1", features = ["serde", "v4"] }