Initial Upload of Files

This commit is contained in:
pj1234678
2023-10-27 19:36:06 -07:00
committed by GitHub
commit ff62df183e
8 changed files with 1529 additions and 0 deletions

27
Cargo.toml Normal file
View File

@@ -0,0 +1,27 @@
[package]
name = "dhcp4r"
version = "0.2.3"
authors = ["Richard Warburton <richard@warburton.it>"]
description = "IPv4 DHCP library with working server example."
edition = "2018"
[profile.dev]
opt-level = 0
[profile.release]
opt-level = 3
# These URLs point to more information about the repository.
#documentation = "..."
#homepage = "..."
# This points to a file in the repository (relative to this `Cargo.toml`). The
# contents of this file are stored and indexed in the registry.
# readme = "..."
[dependencies]
[dev-dependencies]
time = "0.2"