[package] name = "DemoApp" version = "0.1.0" edition = "2021" license = "MIT" description = "A sample Rust library project" homepage = "https://github.com/vishwaSoundararajan/rust1" documentation = "https://github.com/vishwaSoundararajan/rust1" repository = "https://github.com/vishwaSoundararajan/rust1.git" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "rust_lib" path = "src/main.rs" [dependencies]