Files
rust/Cargo.toml

9 lines
145 B
TOML
Raw Normal View History

2019-05-01 13:00:29 -07:00
[package]
name = "hello_remote_world"
version = "0.1.0"
authors = ["Johannes Lüke <lueke.johannes@gmail.com>"]
[lib]
path ="./src/lib/lib.rs"
2019-05-01 13:00:29 -07:00