backend_module/Cargo.toml

9 lines
238 B
TOML
Raw Normal View History

[package]
name = "backend_module"
version = "0.1.0"
edition = "2021"
[dependencies]
# compil = { git = "ssh://git@43.136.17.142:compiler/compiler.git", branch = "main" }
compiler = { url = "http://43.136.17.142:3000/compiler/compiler" }