mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-23 23:46:42 +02:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [log](https://github.com/rust-lang/log) from 0.4.11 to 0.4.14. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.11...0.4.14) Signed-off-by: dependabot[bot] <support@github.com>
22 lines
550 B
TOML
22 lines
550 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"
|
|
anyhow = "1.0"
|
|
futures = "^0.3.8"
|
|
serde = "^1.0.125"
|
|
kv = {version = "^0.10.0", features = ["msgpack-value"]}
|
|
clap = "^2.33.0"
|
|
log = "^0.4.14"
|
|
env_logger = "^0.8.2"
|
|
|
|
[dev-dependencies]
|
|
actix-rt = "^1.1.1"
|
|
tempdir = "^0.3.7"
|