Add !!Con 2021 content
This commit is contained in:
parent
6ff7b698d8
commit
c7b1af832e
21 changed files with 11551 additions and 0 deletions
14
content/pages/bangbangcon2021/demo/Cargo.toml
Normal file
14
content/pages/bangbangcon2021/demo/Cargo.toml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue