Commit 539d6deb authored by liming6's avatar liming6
Browse files

init 初始化提交

parents
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "rust-ssh"
version = "0.1.0"
[package]
name = "rust-ssh"
version = "0.1.0"
edition = "2024"
[dependencies]
pub mod ssh;
\ No newline at end of file
use rust_ssh::ssh;
fn main() {
println!("Hello, world!");
ssh::ppp();
}
pub fn ppp() {
println!("hello world!")
}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment