-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
27 lines (24 loc) · 713 Bytes
/
Cargo.toml
File metadata and controls
27 lines (24 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "syntesuite"
version = "0.6.2"
edition = "2021"
authors = ["Franklin Delehelle <[email protected]>"]
license = "CECILL-C"
description = "TODO"
homepage = "https://github.com/delehef/syntesuite"
repository = "https://github.com/delehef/syntesuite"
readme = "CHANGELOG.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
colored = "2.0"
flate2 = "1.0"
log = "0.4"
regex = "1.6"
rusqlite = "~0.31" # don't update carelessly me for Guix
thiserror = "1.0"
[package.metadata.release]
tag-prefix = ""
publish = false
pre-release-hook = ["git-cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}"]
allow-branch = ["master"]