11 lines
181 B
TOML
11 lines
181 B
TOML
[package]
|
|
name = "example-topology"
|
|
edition = "2024"
|
|
version.workspace = true
|
|
readme.workspace = true
|
|
license.workspace = true
|
|
publish = false
|
|
|
|
[dependencies]
|
|
rand.workspace = true
|