magnetar/Cargo.toml

10 lines
109 B
TOML
Raw Normal View History

2023-02-14 00:59:15 +00:00
[package]
name = "magnetar"
version = "0.1.0"
edition = "2021"
2023-02-17 23:42:50 +00:00
[workspace]
members = [
".",
"core"
]