mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-25 21:42:20 +03:00
a0d1df4631
* crates.io uses the sparse registry by default, and trying to explicitly register a sparse registry for it results in errors * Also set nixConfig to include binary cache
9 lines
170 B
TOML
9 lines
170 B
TOML
[package]
|
|
name = "alt-registry"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
byteorder = { version = "*" }
|
|
epitech_api = { version = "*", registry = "alexandrie" }
|