You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
327 B
19 lines
327 B
1 year ago
|
[package]
|
||
|
name = "synkronisera"
|
||
|
license = "MIT or Apache-2.0"
|
||
|
version = "0.1.0"
|
||
|
authors = ["me@skye.vg"]
|
||
|
edition = "2021"
|
||
|
|
||
|
[profile.release]
|
||
|
debug = 1
|
||
|
|
||
|
[dependencies]
|
||
|
base64 = "0.21.2"
|
||
|
blake3 = "1.4.1"
|
||
|
fastly = "0.9.4"
|
||
|
hex = "0.4.3"
|
||
|
serde = { version = "1.0.183", features = ["derive"] }
|
||
|
serde_json = "1.0.104"
|
||
|
time = "0.3.25"
|