10 wiersze
155 B
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"]
|
||
|
|