Aravinth Manivannan
7fff3aaaaf
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
https://floating-point-gui.de/
17 lines
585 B
TOML
17 lines
585 B
TOML
[package]
|
|
name = "split"
|
|
version = "0.1.0"
|
|
description = "split - libre clone of splitwise for sharing expenses amongs a group"
|
|
homepage = "https://git.batsense.net/realaravinth/split"
|
|
repository = "https://git.batsense.net/realaravinth/split"
|
|
documentation = "https://git.batsense.net/realaravinth/split"
|
|
license = "AGPLv3 or later version"
|
|
authors = ["realaravinth <realaravinth@batsense.net>"]
|
|
edition = "2021"
|
|
#default-run = "split"
|
|
#build = "build.rs"
|
|
|
|
[dependencies]
|
|
rust_decimal = "1.31.0"
|
|
rust_decimal_macros = "1.31.0"
|
|
uuid = { version = "1.4.1", features = ["v4", "serde"] }
|