Browse Source

Remove incidental files

master
Noelle 4 years ago
parent
commit
4d8cca2b57
5 changed files with 7 additions and 2158 deletions
  1. 7
    7
      Cargo.lock
  2. 0
    2135
      GPUs.txt
  3. 0
    5
      config.xml
  4. 0
    11
      index.html
  5. BIN
      work/client.db

+ 7
- 7
Cargo.lock View File

@@ -9,13 +9,6 @@ dependencies = [
"memchr",
]

[[package]]
name = "hello"
version = "0.2.0"
dependencies = [
"regex",
]

[[package]]
name = "lazy_static"
version = "1.4.0"
@@ -54,3 +47,10 @@ checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
dependencies = [
"lazy_static",
]

[[package]]
name = "webserv"
version = "0.2.0"
dependencies = [
"regex",
]

+ 0
- 2135
GPUs.txt
File diff suppressed because it is too large
View File


+ 0
- 5
config.xml View File

@@ -1,5 +0,0 @@
<config>
<!-- Folding Slots -->
<slot id='0' type='CPU'/>
<slot id='1' type='GPU'/>
</config>

+ 0
- 11
index.html View File

@@ -1,11 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Index!</title>
</head>
<body>
<h1>Hello!</h1>
<p>This is the index page. It's different from the hello page.</p>
</body>
</html>

BIN
work/client.db View File


Loading…
Cancel
Save