[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 "] 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"] }