Julio Biason
4 years ago
4 changed files with 28 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||||||
|
# This file is automatically @generated by Cargo. |
||||||
|
# It is not intended for manual editing. |
||||||
|
[[package]] |
||||||
|
name = "on-prelude" |
||||||
|
version = "0.1.0" |
@ -0,0 +1,9 @@ |
|||||||
|
[package] |
||||||
|
name = "on-prelude" |
||||||
|
version = "0.1.0" |
||||||
|
authors = ["Julio Biason <julio.biason@pm.me>"] |
||||||
|
edition = "2018" |
||||||
|
|
||||||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
||||||
|
|
||||||
|
[dependencies] |
@ -0,0 +1,7 @@ |
|||||||
|
mod prelude { |
||||||
|
fn init() { |
||||||
|
println!("This is in init"); |
||||||
|
} |
||||||
|
|
||||||
|
prelude::init(); |
||||||
|
} |
Loading…
Reference in new issue