removed more dependencies

This commit is contained in:
Annika Hannig 2022-08-27 11:59:19 +00:00
parent b219dbefa7
commit b0ac3de781
No known key found for this signature in database
GPG key ID: 62E226E47DDCE58D
2 changed files with 5 additions and 4 deletions

View file

@ -4,5 +4,4 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1"
codepage-437 = "0.1.0"

View file

@ -1,8 +1,10 @@
use anyhow::Result;
use std::net::UdpSocket;
use std::io::Result;
use super::commands::Command;
use crate::protocol::Data;
use super::{
commands::Command,
protocol::Data,
};
pub struct Display {
addr: String,