mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 11:45:06 +03:00
99d7b85343
this code is awful - lets nuke it asap
12 lines
242 B
TOML
12 lines
242 B
TOML
[package]
|
|
name = "gitbutler-url"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
authors = ["GitButler <gitbutler@gitbutler.com>"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
url = { version = "2.5.2", features = ["serde"] }
|
|
thiserror.workspace = true
|
|
bstr = "1.9.1"
|