summaryrefslogtreecommitdiff
path: root/ci-lib-core/Cargo.toml
blob: 5ec649adafbc833df2178e09cd4c6b8cdcd918f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "ci-lib-core"
version = "0.0.1"
authors = [ "iximeow <me@iximeow.net>" ]
license = "0BSD"
edition = "2021"
description = "shared code across the ci project that is applicable for all targets"

[lib]

[dependencies]
serde = { version = "*", features = ["derive"] }
rusqlite = { version = "*", features = ["bundled"] }