mirror of
https://github.com/arampoire/nut-rs.git
synced 2025-11-30 16:20:25 -05:00
Initial commit for rupsc
This commit is contained in:
parent
43121ce2ea
commit
80ceb6f1df
3 changed files with 13 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
[workspace]
|
[workspace]
|
||||||
members = [
|
members = [
|
||||||
"nut-client"
|
"nut-client",
|
||||||
|
"rupsc"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
8
rupsc/Cargo.toml
Normal file
8
rupsc/Cargo.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
[package]
|
||||||
|
name = "rupsc"
|
||||||
|
version = "0.1.0"
|
||||||
|
edition = "2018"
|
||||||
|
|
||||||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
3
rupsc/src/main.rs
Normal file
3
rupsc/src/main.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
fn main() {
|
||||||
|
println!("Hello, world!");
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue