diff options
author | nea <nea@nea.moe> | 2023-03-27 23:57:20 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-03-27 23:57:20 +0200 |
commit | d4e040403ba047c02a7106b97f712d2c565f4389 (patch) | |
tree | 6d3a4ed3cec220d18686fbe16e075fa2cc4dcbbd /Cargo.toml | |
parent | e20255889940ab3b16d5103e07f4555ab5d8730c (diff) | |
download | mgasi-d4e040403ba047c02a7106b97f712d2c565f4389.tar.gz mgasi-d4e040403ba047c02a7106b97f712d2c565f4389.tar.bz2 mgasi-d4e040403ba047c02a7106b97f712d2c565f4389.zip |
Standalone world
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,9 @@ features = ["full"] [dependencies.anyhow] version = "*" +[dependencies.async-trait] +version = "*" + [dependencies.mcproto-rs] version = "*" features = ["default", "v1_19_3"] |