crane/examples/alt-registry/Cargo.toml
Ivan Petkov a0d1df4631
Fix alt-registry example (#343)
* 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
2023-06-18 23:16:45 +00:00

9 lines
170 B
TOML

[package]
name = "alt-registry"
version = "0.1.0"
edition = "2021"
[dependencies]
byteorder = { version = "*" }
epitech_api = { version = "*", registry = "alexandrie" }