Rust-Programming-Cookbook/Chapter08/node-to-rust/Cargo.toml

10 wiersze
155 B
TOML

[package]
name = "node-to-rust"
version = "0.1.0"
authors = ["Vigneshwer.D <dvigneshwer@gmail.com>"]
[lib]
name = "double_input"
crate-type = ["dylib"]