12 lines
No EOL
289 B
TOML
12 lines
No EOL
289 B
TOML
[package]
|
|
name = "bumblebee"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
simple-log = "1.6.0"
|
|
toml = "0.7.3"
|
|
serde = { version = "1.0.162", features = ["derive"] }
|
|
thiserror = "1.0.40" |