bforge 0.0.1

A decentralized source-code installer that maps files from remote git repositories into your project structure.
1
2
3
4
5
6
7
8
9
10
[package]
name = "bforge"
version = "0.0.1"
edition = "2024"

description = "A decentralized source-code installer that maps files from remote git repositories into your project structure."
license = "MIT"
repository = "https://github.com/amirmo76/bforge"

[dependencies]