feat: add main features
Agents for developpement added + frontend add + backend added. Git viewer created + agent and template creator + layout and project creator
This commit is contained in:
8
.cargo/config.toml
Normal file
8
.cargo/config.toml
Normal file
@ -0,0 +1,8 @@
|
||||
# Build configuration for the IdeA workspace.
|
||||
#
|
||||
# Link the system libgit2 (via pkg-config) instead of vendoring/compiling it from
|
||||
# source. The dev machines and CI provide libgit2 ≥ 1.9 (matching git2 0.20), and
|
||||
# this avoids requiring cmake for the vendored build. Static vendoring for the
|
||||
# portable AppImage is handled separately at packaging time (L11).
|
||||
[env]
|
||||
LIBGIT2_SYS_USE_PKG_CONFIG = "1"
|
||||
Reference in New Issue
Block a user