ferret/Cargo.toml

14 lines
332 B
TOML
Raw Normal View History

2023-07-25 18:52:19 +00:00
[workspace]
members = [ "crawler", "core", "frontend" ]
[workspace.package]
edition = "2021"
authors = [ "Erin <contact@the-system.eu.org" ]
homepage = "https://ferret.lavender.software"
license = "AGPL-3.0-or-later"
[workspace.dependencies]
config = "0.13.3"
chrono = "0.4.26"
tokio = { version = "1.29.1", features = ["full"] }