init some stuf
This commit is contained in:
parent
9107cfdbeb
commit
c81050d0d8
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
[package]
|
||||||
|
name = "openbmclapi_rs"
|
||||||
|
version = "0.1.0"
|
||||||
|
edition = "2021"
|
||||||
|
|
||||||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
# https://docs.rs/fern/0.6.2/fern/
|
||||||
|
|
||||||
|
[[fern]]
|
||||||
|
version = "0.6.2"
|
0
src/file.rs
Normal file
0
src/file.rs
Normal file
5
src/main.rs
Normal file
5
src/main.rs
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
mod file;
|
||||||
|
|
||||||
|
fn main() {
|
||||||
|
println!("Hello, world!");
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user