anki/ftl/Cargo.toml
Damien Elmes 26c640805c Update Rust deps
axum-client-ip excluded, as it will need further work.
2023-03-31 14:38:24 +10:00

19 lines
348 B
TOML

[package]
name = "ftl"
publish = false
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
[[bin]]
name = "ftl-sync"
path = "sync.rs"
[dependencies]
camino = "1.1.4"
snafu = { version = "0.7.4" }
workspace-hack = { version = "0.1", path = "../tools/workspace-hack" }