Create cargo workspace
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
81e187fc7d
commit
0899df47a5
7 changed files with 46 additions and 6 deletions
8
crates/plaixt/Cargo.toml
Normal file
8
crates/plaixt/Cargo.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "plaixt"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
description.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
3
crates/plaixt/src/main.rs
Normal file
3
crates/plaixt/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