Kaynağa Gözat

Remove incidental files

master
Noelle 5 yıl önce
ebeveyn
işleme
4d8cca2b57
5 değiştirilmiş dosya ile 7 ekleme ve 2158 silme
  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 Dosyayı Görüntüle

"memchr", "memchr",
] ]


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

[[package]] [[package]]
name = "lazy_static" name = "lazy_static"
version = "1.4.0" version = "1.4.0"
dependencies = [ dependencies = [
"lazy_static", "lazy_static",
] ]

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

+ 0
- 2135
GPUs.txt
Dosya farkı çok büyük olduğundan ihmal edildi
Dosyayı Görüntüle


+ 0
- 5
config.xml Dosyayı Görüntüle

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

+ 0
- 11
index.html Dosyayı Görüntüle

<!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 Dosyayı Görüntüle


Loading…
İptal
Kaydet