1
Fork 0
rust-ipc/Cargo.toml

10 lines
192 B
TOML
Raw Normal View History

[package]
name = "rust-ipc"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-08-19 18:43:56 +01:00
rand = "0.8.5"