File: Cargo.toml

package info (click to toggle)
rust-auto-impl 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 556 kB
  • sloc: makefile: 2; sh: 1
file content (11 lines) | stat: -rw-r--r-- 255 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "auto_impl_async_await_example"
version = "0.0.0"
publish = false
edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
auto_impl = { path = "../../" }
async-trait = "0.1"
async-std = { version = "1", features = ["attributes"] }