initial
This commit is contained in:
20
xmpd-cli/Cargo.toml
Normal file
20
xmpd-cli/Cargo.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[package]
|
||||
name = "xmpd-cli"
|
||||
edition = "2021"
|
||||
readme="README.md"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
repository.workspace = true
|
||||
license.workspace = true
|
||||
autobins = false
|
||||
autotests = false
|
||||
autoexamples = false
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
[lib]
|
||||
crate-type = ["rlib"]
|
||||
bench = false
|
||||
|
||||
[dependencies]
|
||||
0
xmpd-cli/README.md
Normal file
0
xmpd-cli/README.md
Normal file
3
xmpd-cli/src/lib.rs
Normal file
3
xmpd-cli/src/lib.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
pub fn test() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Reference in New Issue
Block a user