mirror of
https://github.com/Noratrieb/nuclear.git
synced 2026-01-14 07:45:01 +01:00
atomic radiation nuclear dangerous
This commit is contained in:
commit
2d3b5f3c94
4 changed files with 15 additions and 0 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
/target
|
||||
Cargo.lock
|
||||
.idea
|
||||
8
Cargo.toml
Normal file
8
Cargo.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "nuclear"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
3
README.md
Normal file
3
README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# atomic things
|
||||
|
||||
# warning: only enter this with appropriate radiation protection
|
||||
1
src/lib.rs
Normal file
1
src/lib.rs
Normal file
|
|
@ -0,0 +1 @@
|
|||
compile_error!("lol");
|
||||
Loading…
Add table
Add a link
Reference in a new issue