mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.117 to 1.0.125. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.117...v1.0.125) Signed-off-by: dependabot[bot] <support@github.com>
22 lines
554 B
TOML
22 lines
554 B
TOML
[package]
|
|
name = "taskchampion-sync-server"
|
|
version = "0.3.0"
|
|
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
uuid = { version = "^0.8.1", features = ["serde", "v4"] }
|
|
actix-web = "^3.3.0"
|
|
failure = "^0.1.8"
|
|
futures = "^0.3.8"
|
|
serde = "^1.0.125"
|
|
kv = {version = "^0.10.0", features = ["msgpack-value"]}
|
|
clap = "^2.33.0"
|
|
log = "^0.4.11"
|
|
env_logger = "^0.8.2"
|
|
|
|
[dev-dependencies]
|
|
actix-rt = "^1.1.1"
|
|
tempdir = "^0.3.7"
|