mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-22 14:10:16 +03:00
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" }
|