This commit is contained in:
2025-04-09 06:20:35 +02:00
parent a057b6c8b3
commit b93894632a
5 changed files with 30 additions and 0 deletions

6
doctreecmd/Cargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[package]
name = "doctreecmd"
version = "0.1.0"
edition = "2024"
[dependencies]

3
doctreecmd/src/main.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}