Add !!Con 2021 content

This commit is contained in:
Jade 2021-05-13 01:13:50 -07:00
parent 6ff7b698d8
commit c7b1af832e
21 changed files with 11551 additions and 0 deletions

View file

@ -0,0 +1,14 @@
[package]
name = "demo"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libc = "0.2.94"
owoify = "0.1.5"
[profile.dev]
opt-level = 3
debug = true