15 lines
473 B
TOML
15 lines
473 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]
|