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.lock | |
parent | e20255889940ab3b16d5103e07f4555ab5d8730c (diff) | |
download | mgasi-d4e040403ba047c02a7106b97f712d2c565f4389.tar.gz mgasi-d4e040403ba047c02a7106b97f712d2c565f4389.tar.bz2 mgasi-d4e040403ba047c02a7106b97f712d2c565f4389.zip |
Standalone world
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -226,6 +226,7 @@ name = "mgasi" version = "0.1.0" dependencies = [ "anyhow", + "async-trait", "craftio-rs", "mcproto-rs", "tokio", |