Commit 8ff3267e authored by Alex Hornby's avatar Alex Hornby Committed by Facebook GitHub Bot

move cargo logic to cargo.py

Summary:
Move cargo logic to separate file as builder.py was getting a bit large

It's just a move of source file for CargoBuilder.  Diff looks a bit big as I did hg cp to preserve history

Differential Revision: D33888925

fbshipit-source-id: 2d57343535ab087e09876edba4d00a6f0234fcd0
parent 7725223a
This diff is collapsed.
This diff is collapsed.
......@@ -10,7 +10,6 @@ import os
from .builder import (
AutoconfBuilder,
Boost,
CargoBuilder,
CMakeBuilder,
BistroBuilder,
Iproute2Builder,
......@@ -22,6 +21,7 @@ from .builder import (
SqliteBuilder,
CMakeBootStrapBuilder,
)
from .cargo import CargoBuilder
from .expr import parse_expr
from .fetcher import (
ArchiveFetcher,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment