prepare Cargo.toml for crates.io upload
This commit is contained in:
parent
4102b93686
commit
b6c2681b07
1 changed files with 16 additions and 16 deletions
32
Cargo.toml
32
Cargo.toml
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bliplib"
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
edition = "2024"
|
||||
authors = ["Breval Ferrari <breval.ferrari@fish.golf>"]
|
||||
description = "The Bizarre Language for Intermodulation Programming (BLIP)"
|
||||
|
@ -12,22 +12,22 @@ repository = "https://gitdab.com/breval/blip"
|
|||
name = "bliplib"
|
||||
|
||||
[dependencies]
|
||||
anyhow = { version = "1.0.98", optional = true }
|
||||
cfg-if = "1.0.0"
|
||||
anyhow = { version = "1.0", optional = true }
|
||||
cfg-if = "1"
|
||||
clap = { version = "4.5.38", features = ["derive"], optional = true }
|
||||
derive-new = "0.7.0"
|
||||
derive_builder = "0.20.2"
|
||||
derive_wrapper = "0.1.7"
|
||||
fasteval = "0.2.4"
|
||||
flacenc = { version = "0.4.0", optional = true }
|
||||
hound = { version = "3.5.1", optional = true }
|
||||
lazy_static = "1.5.0"
|
||||
mp3lame-encoder = { version = "0.2.1", features = ["std"], optional = true }
|
||||
nom = "8.0.0"
|
||||
nom_locate = "5.0.0"
|
||||
raw_audio = { version = "0.0.1", optional = true }
|
||||
strum = { version = "0.27.1", features = ["derive"] }
|
||||
thiserror = "2.0.12"
|
||||
derive-new = "0.7"
|
||||
derive_builder = "0.20"
|
||||
derive_wrapper = "0.1"
|
||||
fasteval = "0.2"
|
||||
flacenc = { version = "0.4", optional = true }
|
||||
hound = { version = "3.5", optional = true }
|
||||
lazy_static = "1.5"
|
||||
mp3lame-encoder = { version = "0.2", features = ["std"], optional = true }
|
||||
nom = "8.0"
|
||||
nom_locate = "5.0"
|
||||
raw_audio = { version = "0.0", optional = true }
|
||||
strum = { version = "0.27", features = ["derive"] }
|
||||
thiserror = "2.0"
|
||||
|
||||
[features]
|
||||
default = ["bin", "all-formats"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue