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" edition = "2021"
[dependencies] [dependencies]
anyhow = "1"
codepage-437 = "0.1.0" codepage-437 = "0.1.0"

View file

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