10 lines
153 B
TOML
10 lines
153 B
TOML
[package]
|
|
name = "rabby-core"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|