14fab0180b
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.20.1 to 1.20.4. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.20.1...tokio-1.20.4) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
398 B
TOML
16 lines
398 B
TOML
[package]
|
|
name = "amdportsd"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
amdgpu = { path = "../amdgpu", features = ["gui-helper"] }
|
|
|
|
tokio = { version = "1.20.4", features = ["full"] }
|
|
futures = { version = "0.3", features = [] }
|
|
ron = { version = "0.7.1" }
|
|
serde = { version = "1.0.137", features = ["derive"] }
|
|
|
|
tracing = { version = "0.1.36" }
|
|
tracing-subscriber = { version = "0.3.15" }
|