feat: add udp laminar

This commit is contained in:
2020-08-30 00:02:12 +08:00
parent cebee53c4b
commit e8dc9a49fb
3 changed files with 19 additions and 0 deletions

5
udp_laminar/README.md Normal file
View File

@@ -0,0 +1,5 @@
url:
https://github.com/amethyst/laminar

View File

@@ -0,0 +1,11 @@
[package]
name = "udp_laminar_client"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
laminar = "0.3"

View File

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