Initial commit
This commit is contained in:
21
Cargo.toml
Normal file
21
Cargo.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[package]
|
||||
name = "telnet_server"
|
||||
version = "0.0.1"
|
||||
edition = "2024"
|
||||
authors = ["Laika Schmidt <laika.schmidt@magenta.de>"]
|
||||
description = "A bare TELNET server provider"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/its-laika/telnet_server"
|
||||
license = "MIT"
|
||||
keywords = ["TELNET"]
|
||||
exclude = [".github/", ".vscode/", "resources/", "telnet/", ".gitignore"]
|
||||
|
||||
[lib]
|
||||
name = "telnet_server"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "telnet_server"
|
||||
path = "src/bin/main.rs"
|
||||
|
||||
[dependencies]
|
||||
Reference in New Issue
Block a user