initial commit

This commit is contained in:
41666 2022-11-20 14:49:35 -05:00
commit 3100948f3a
12 changed files with 1482 additions and 0 deletions

View file

@ -0,0 +1,8 @@
[package]
name = "websocket"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

View file

@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}