Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rust-swerve
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Louis
rust-swerve
Commits
a0ce2c35
Unverified
Commit
a0ce2c35
authored
7 years ago
by
Louis
Browse files
Options
Downloads
Patches
Plain Diff
Remove references to scripting
parent
4fea6e58
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/lib.rs
+0
-1
0 additions, 1 deletion
src/lib.rs
src/main.rs
+0
-1
0 additions, 1 deletion
src/main.rs
with
0 additions
and
2 deletions
src/lib.rs
+
0
−
1
View file @
a0ce2c35
...
...
@@ -11,6 +11,5 @@ extern crate formdata;
extern
crate
hyper
;
extern
crate
rand
;
pub
mod
scripting
;
pub
mod
cli
;
pub
mod
routing
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/main.rs
+
0
−
1
View file @
a0ce2c35
...
...
@@ -18,7 +18,6 @@ use rocket::http::ContentType;
use
rocket
::{
Response
,
Request
};
use
swerve
::
cli
;
use
swerve
::
routing
;
use
swerve
::
scripting
;
use
std
::
io
::
BufReader
;
use
std
::
path
::{
Path
,
PathBuf
};
use
rocket
::
response
::
Responder
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment