Rename repo

This commit is contained in:
Elnu 2023-11-05 20:14:58 -08:00
parent 351ae0248f
commit 85c91f3052
7 changed files with 116 additions and 31 deletions

View file

@ -0,0 +1,8 @@
[package]
name = "webcam-streamer"
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!");
}