aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-03-10 16:33:59 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-03-10 16:33:59 +0100
commita6d31d6c582b3c4a7264f6d18038666ea1cd7bc9 (patch)
tree98e7ba1ee6331cf5e096698e72ee17a39934daa4 /Cargo.toml
parent09a36ebe95297fba420669ead0accae86e22d0c9 (diff)
Revert "add ppproto dependency"
This reverts commit 2936722e2a4abc49fe10a0cac2bdf5072bd53414.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 008b778..d107807 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,5 @@ edition = "2021"
[dependencies]
pppoe = { git = "https://github.com/rsdsl/pppoe-rs", version = "0.1.0", features = ["socket"] }
-ppproto = { git = "https://github.com/embassy-rs/ppproto", version = "0.1.0" }
rand = "0.8.5"
thiserror = "1.0"